tests: avoid sdp boxed test leak

This commit is contained in:
Wim Taymans 2013-04-24 14:12:41 +02:00
parent 2de35e630c
commit 1bf3176e26

View file

@ -96,6 +96,7 @@ GST_START_TEST (boxed)
g_value_reset (&value_copy); g_value_reset (&value_copy);
copy_str = gst_sdp_message_as_text (copy); copy_str = gst_sdp_message_as_text (copy);
gst_sdp_message_free (copy);
GST_DEBUG ("copy:\n%s", copy_str); GST_DEBUG ("copy:\n%s", copy_str);
fail_if (g_strcmp0 (message1_str, copy_str)); fail_if (g_strcmp0 (message1_str, copy_str));