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 109724 - fix refcounting on padtemplates
fix refcounting on padtemplates
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.1
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-01 21:07 UTC by Wim Taymans
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for padtemplate refcounting (1.92 KB, patch)
2003-04-01 21:10 UTC, Wim Taymans
none Details | Review

Description Wim Taymans 2003-04-01 21:07:25 UTC
When an plugin is loaded, the elementfactory from the registry is replaced
with the one registered by the plugin. This patch implements proper cleanup
of the padtemplates of the old factory. 

The patch also fixed a memleak by freeing the license field in the factory
details.
Comment 1 Wim Taymans 2003-04-01 21:10:08 UTC
Created attachment 15364 [details] [review]
patch for padtemplate refcounting