mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtspserver: Remove memleak in test test_double_play
This commit is contained in:
parent
f1d2a0cae9
commit
19f9373113
1 changed files with 2 additions and 0 deletions
|
@ -2589,6 +2589,8 @@ GST_START_TEST (test_double_play)
|
||||||
session) == GST_RTSP_STS_OK);
|
session) == GST_RTSP_STS_OK);
|
||||||
|
|
||||||
/* clean up and iterate so the clean-up can finish */
|
/* clean up and iterate so the clean-up can finish */
|
||||||
|
g_object_unref (rtp_socket);
|
||||||
|
g_object_unref (rtcp_socket);
|
||||||
g_free (session);
|
g_free (session);
|
||||||
gst_rtsp_transport_free (video_transport);
|
gst_rtsp_transport_free (video_transport);
|
||||||
gst_rtsp_transport_free (audio_transport);
|
gst_rtsp_transport_free (audio_transport);
|
||||||
|
|
Loading…
Reference in a new issue