aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/https/mhds_get_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/https/mhds_get_test.c')
-rw-r--r--src/testcurl/https/mhds_get_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testcurl/https/mhds_get_test.c b/src/testcurl/https/mhds_get_test.c
index 9b2f9519..7ba1cd5a 100644
--- a/src/testcurl/https/mhds_get_test.c
+++ b/src/testcurl/https/mhds_get_test.c
@@ -161,6 +161,7 @@ test_daemon_get (FILE * test_fd, char *cipher_suite, int proto_version)
161 if (NULL == (mem_test_file_local = malloc (len))) 161 if (NULL == (mem_test_file_local = malloc (len)))
162 { 162 {
163 fprintf (stderr, MHD_E_MEM); 163 fprintf (stderr, MHD_E_MEM);
164 free (doc_path);
164 return -1; 165 return -1;
165 } 166 }
166 167