summaryrefslogtreecommitdiff
path: root/tests/misc-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/misc-test.c
parent6cc543b352c26d041a31b9c0e47478f9bce563cd (diff)
downloadlibsoup-d8a0e5f863d258ba8e3b0ff97e5c557dbf9fee03.tar.gz
Fix leaks in test programs, update libsoup.supp
Diffstat (limited to 'tests/misc-test.c')
-rw-r--r--tests/misc-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc-test.c b/tests/misc-test.c
index e6944777..70c213dc 100644
--- a/tests/misc-test.c
+++ b/tests/misc-test.c
@@ -374,6 +374,7 @@ do_star_test (void)
g_object_unref (msg);
soup_test_session_abort_unref (session);
+ soup_uri_free (star_uri);
}
int