After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727159 - mpegts: use g_slice_new0 and g_slice_free
mpegts: use g_slice_new0 and g_slice_free
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-27 12:58 UTC by Stefan Ringel
Modified: 2014-03-31 12:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use g_slice_new0 and g_slice_free (2.48 KB, patch)
2014-03-27 12:59 UTC, Stefan Ringel
committed Details | Review

Description Stefan Ringel 2014-03-27 12:58:43 UTC
use g_slice_new0 and g_slice_free
Comment 1 Stefan Ringel 2014-03-27 12:59:03 UTC
Created attachment 273083 [details] [review]
use g_slice_new0 and g_slice_free
Comment 2 Tim-Philipp Müller 2014-03-27 13:14:31 UTC
Where were those malloc()ed structs freed previously?
Comment 3 Stefan Ringel 2014-03-27 13:33:03 UTC
those structs freed never before.
Comment 4 Edward Hervey 2014-03-31 12:58:24 UTC
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