rtspserver: Remove memleak in test test_double_play

This commit is contained in:
Göran Jönsson 2019-10-07 10:07:54 +02:00
parent f1d2a0cae9
commit 19f9373113

View file

@ -2589,6 +2589,8 @@ GST_START_TEST (test_double_play)
session) == GST_RTSP_STS_OK);
/* clean up and iterate so the clean-up can finish */
g_object_unref (rtp_socket);
g_object_unref (rtcp_socket);
g_free (session);
gst_rtsp_transport_free (video_transport);
gst_rtsp_transport_free (audio_transport);