mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
mssdemux: fix a small memory leak
This commit is contained in:
parent
00400a838b
commit
f0b6b79461
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ void
|
|||
gst_download_rate_deinit (GstDownloadRate * rate)
|
||||
{
|
||||
gst_download_rate_clear (rate);
|
||||
g_static_mutex_free (&rate->mutex);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue