mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
tests: avoid sdp boxed test leak
This commit is contained in:
parent
2de35e630c
commit
1bf3176e26
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue