aboutsummaryrefslogtreecommitdiff
path: root/src/examples/authorization_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/authorization_example.c')
-rw-r--r--src/examples/authorization_example.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/authorization_example.c b/src/examples/authorization_example.c
index 8be6ad15..5d3433d8 100644
--- a/src/examples/authorization_example.c
+++ b/src/examples/authorization_example.c
@@ -82,7 +82,8 @@ ahc_echo (void *cls,
82 MHD_RESPMEM_PERSISTENT); 82 MHD_RESPMEM_PERSISTENT);
83 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); 83 ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
84 } 84 }
85 85 if (NULL != pass)
86 free (pass);
86 MHD_destroy_response (response); 87 MHD_destroy_response (response);
87 return ret; 88 return ret;
88} 89}