tests: avoid sdp boxed test leak
This commit is contained in:
parent
2de35e630c
commit
1bf3176e26
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user