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 321302 - GObject chaining up in gst_buffer_finalize
GObject chaining up in gst_buffer_finalize
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-12 16:10 UTC by Julien MOUTTE
Modified: 2005-11-12 20:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Julien MOUTTE 2005-11-12 16:10:31 UTC
It looks like gst_buffer_finalize is not chaining up to GObject finalize.

Doesn't that leak the structure's memory ?
Comment 1 Julien MOUTTE 2005-11-12 18:54:36 UTC
GstMiniObject does not inherit from GObject, the finalize process is very blurry.
We should improve the docs...