From 1bf3176e26f58aa68ffed98fba8dcb42d047a425 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 24 Apr 2013 14:12:41 +0200 Subject: [PATCH] tests: avoid sdp boxed test leak --- tests/check/libs/sdp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/libs/sdp.c b/tests/check/libs/sdp.c index ef4cf0fb77..a19442904a 100644 --- a/tests/check/libs/sdp.c +++ b/tests/check/libs/sdp.c @@ -96,6 +96,7 @@ GST_START_TEST (boxed) g_value_reset (&value_copy); copy_str = gst_sdp_message_as_text (copy); + gst_sdp_message_free (copy); GST_DEBUG ("copy:\n%s", copy_str); fail_if (g_strcmp0 (message1_str, copy_str));