summaryrefslogtreecommitdiff
path: root/tests/streaming-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/streaming-test.c')
-rw-r--r--tests/streaming-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/streaming-test.c b/tests/streaming-test.c
index e28cfe2c..1389a620 100644
--- a/tests/streaming-test.c
+++ b/tests/streaming-test.c
@@ -182,6 +182,8 @@ main (int argc, char **argv)
g_main_loop_unref (loop);
+ g_free (full_response);
+ g_free (full_response_md5);
test_cleanup ();
return errors != 0;
}