GNOME Bugzilla – Bug 727159
mpegts: use g_slice_new0 and g_slice_free
Last modified: 2014-03-31 12:58:29 UTC
use g_slice_new0 and g_slice_free
Created attachment 273083 [details] [review] use g_slice_new0 and g_slice_free
Where were those malloc()ed structs freed previously?
those structs freed never before.
commit 2e051cf412ded99108b59bfae38c910c15cedbf5 Author: Stefan Ringel <linuxtv@stefanringel.de> Date: Thu Mar 27 13:56:26 2014 +0100 mpegts: use glib alloc and free Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de> https://bugzilla.gnome.org/show_bug.cgi?id=727159