mssdemux: fix a small memory leak

This commit is contained in:
Louis-Francis Ratté-Boulianne 2013-02-22 17:00:30 -05:00 committed by Thiago Santos
parent 00400a838b
commit f0b6b79461

View file

@ -50,6 +50,7 @@ void
gst_download_rate_deinit (GstDownloadRate * rate)
{
gst_download_rate_clear (rate);
g_static_mutex_free (&rate->mutex);
}
void