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 763764 - Extend suppression for gquark tables
Extend suppression for gquark tables
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: common
git master
Other Linux
: Normal normal
: 1.8.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-16 15:46 UTC by Linus Svensson
Modified: 2016-03-17 19:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make gquark suppression more generic (468 bytes, patch)
2016-03-16 15:46 UTC, Linus Svensson
committed Details | Review

Description Linus Svensson 2016-03-16 15:46:01 UTC
Created attachment 324115 [details] [review]
Make gquark suppression more generic

The suppression defined for gquark tables does not work for everybody, since it's too specific. glib_init() is called from glib_init_ctor(). Attached a patch to make it more generic.
Comment 1 Sebastian Dröge (slomo) 2016-03-17 19:19:06 UTC
commit 1b39f6d85a3d51ac6d1b44d8c821fd9b76b34454
Author: Linus Svensson <linussn@axis.com>
Date:   Wed Mar 16 14:59:30 2016 +0100

    gst.supp: Suppress all versions of GQuark table leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763764