GNOME Bugzilla – Bug 797058
rtmpsink: Fix leak on connection failure
Last modified: 2018-08-31 07:04:40 UTC
Although RTMP_ConnectStream() was failed, librtmp's internal memory is not freed by RTMP_ConnectStream(), so RTMP_Close() should be called before RTMP_Free()
Created attachment 373511 [details] [review] rtmpsink: Fix leak on connection failure
Attachment 373511 [details] pushed as 3bd3cc7 - rtmpsink: Fix leak on connection failure