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 670744 - A bunch of Gst* objects are leaked
A bunch of Gst* objects are leaked
Status: RESOLVED DUPLICATE of bug 670745
Product: empathy
Classification: Core
Component: VoIP
2.33.x
Other Linux
: Normal normal
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks:
 
 
Reported: 2012-02-24 13:41 UTC by Guillaume Desmottes
Modified: 2012-02-24 13:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Guillaume Desmottes 2012-02-24 13:41:09 UTC
- Start a call
- Close the call and its window

A bunch of Gst* objects survives and so are leaked:

 - 0x23a0870, GstProxyPad: 1 refs
 - 0x23b8080, GstPad: 1 refs
 - 0x23b8200, GstPad: 1 refs
 - 0x263e120, GstPadTemplate: 2 refs
 - 0x23b8380, GstPad: 1 refs
 - 0x2be7b80, GstPadTemplate: 1 refs
 - 0x23b8500, GstPad: 1 refs
 - 0x27c8af0, GstPadTemplate: 1 refs
 - 0x23b8680, GstPad: 1 refs
 - 0x23503a0, GstPadTemplate: 3 refs
 - 0x2305e00, GstPadTemplate: 3 refs
 - 0x23b8800, GstPad: 1 refs
 - 0x2bee830, GstPad: 1 refs
 - 0x22916b0, GstPad: 1 refs
 - 0x23b8980, GstPad: 1 refs
 - 0x23b8b00, GstPad: 1 refs
 - 0x263e1b0, GstPadTemplate: 2 refs
 - 0x2305a10, GstPadTemplate: 3 refs
 - 0x22919b0, GstPad: 1 refs
 - 0x23b8c80, GstPad: 2 refs
 - 0x2bf1000, GstGhostPad: 1 refs
 - 0x2291b30, GstPad: 1 refs
 - 0x263e5a0, GstPadTemplate: 2 refs
 - 0x2350430, GstPadTemplate: 3 refs
 - 0x2291cb0, GstPad: 1 refs
 - 0x2305e90, GstPadTemplate: 2 refs
 - 0x2291e30, GstPad: 2 refs
 - 0x229d540, GstSystemClock: 3 refs
 - 0x2bee6b0, GstPad: 2 refs
 - 0x2291830, GstPad: 1 refs
 - 0x2350040, GstPadTemplate: 3 refs
 - 0x22bb380, GstGhostPad: 1 refs
 - 0x2305aa0, GstPadTemplate: 3 refs
 - 0x263e240, GstPadTemplate: 2 refs
 - 0x23504c0, GstPadTemplate: 3 refs
 - 0x2305f20, GstPadTemplate: 5 refs
 - 0x27c8820, GstPadTemplate: 2 refs
 - 0x23500d0, GstPadTemplate: 3 refs
 - 0x263e2d0, GstPadTemplate: 2 refs
 - 0x2305b30, GstPadTemplate: 5 refs
 - 0x2394930, GstCapsFilter: 2 refs
 - 0x27c77c0, GstPad: 2 refs
 - 0x27c8c10, GstPadTemplate: 2 refs
 - 0x27c7940, GstPad: 2 refs
 - 0x22bba80, GstGhostPad: 2 refs
 - 0x2350550, GstPadTemplate: 3 refs
 - 0x27c7dc0, GstPad: 1 refs
 - 0x21be970, GstAudioClock: 1 refs
 - 0x27c7ac0, GstPad: 1 refs
 - 0x2be5090, GstPad: 1 refs
 - 0x2350160, GstPadTemplate: 2 refs
 - 0x263e360, GstPadTemplate: 2 refs
 - 0x2305bc0, GstPadTemplate: 2 refs
 - 0x2be5390, GstPad: 2 refs
 - 0x2340950, GstValve: 2 refs
 - 0x23505e0, GstPadTemplate: 3 refs
 - 0x2be5210, GstPad: 1 refs
 - 0x27c8b80, GstPadTemplate: 1 refs
 - 0x27c8940, GstPadTemplate: 2 refs
 - 0x2305c50, GstPadTemplate: 3 refs
 - 0x27c88b0, GstPadTemplate: 3 refs
 - 0x27c7c40, GstPad: 1 refs
 - 0x22bb1c0, GstGhostPad: 2 refs
 - 0x27c89d0, GstPadTemplate: 1 refs
 - 0x263e480, GstPadTemplate: 3 refs
 - 0x21d2c10, GstProxyPad: 1 refs
 - 0x263e090, GstPadTemplate: 2 refs
 - 0x27c8dc0, GstPadTemplate: 2 refs
 - 0x23a0bd0, GstProxyPad: 1 refs
 - 0x22bbc40, GstGhostPad: 1 refs
 - 0x23a0000, GstProxyPad: 1 refs
 - 0x27c8a60, GstPadTemplate: 1 refs
 - 0x2350310, GstPadTemplate: 3 refs
 - 0x263e510, GstPadTemplate: 2 refs
 - 0x23a06c0, GstProxyPad: 1 refs
Comment 1 Guillaume Desmottes 2012-02-24 13:58:10 UTC

*** This bug has been marked as a duplicate of bug 670745 ***