mssdemux: fix a small memory leak
This commit is contained in:
parent
00400a838b
commit
f0b6b79461
@ -50,6 +50,7 @@ void
|
|||||||
gst_download_rate_deinit (GstDownloadRate * rate)
|
gst_download_rate_deinit (GstDownloadRate * rate)
|
||||||
{
|
{
|
||||||
gst_download_rate_clear (rate);
|
gst_download_rate_clear (rate);
|
||||||
|
g_static_mutex_free (&rate->mutex);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user