summaryrefslogtreecommitdiff
path: root/tests/streaming-test.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2009-09-11 11:46:14 -0400
committerDan Winship <danw@gnome.org>2009-09-11 11:48:50 -0400
commitd8a0e5f863d258ba8e3b0ff97e5c557dbf9fee03 (patch)
tree5b0423415cc4925efeb029301f2c43413959fc78 /tests/streaming-test.c
parent6cc543b352c26d041a31b9c0e47478f9bce563cd (diff)
downloadlibsoup-d8a0e5f863d258ba8e3b0ff97e5c557dbf9fee03.tar.gz
Fix leaks in test programs, update libsoup.supp
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;
}