mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
rtmpsink: Free URI string in finalize()
https://bugzilla.gnome.org/show_bug.cgi?id=738674
This commit is contained in:
parent
88b19bcf99
commit
a1e948cddd
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ gst_rtmp_sink_finalize (GObject * object)
|
|||
#ifdef G_OS_WIN32
|
||||
WSACleanup ();
|
||||
#endif
|
||||
g_free (sink->uri);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue