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 730690 - ServiceProxy leaks CallbackData when freed with notifies still added.
ServiceProxy leaks CallbackData when freed with notifies still added.
Status: RESOLVED FIXED
Product: GUPnP
Classification: Other
Component: gupnp
unspecified
Other All
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks: 701446
 
 
Reported: 2014-05-24 15:59 UTC by Jens Georg
Modified: 2014-05-24 16:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't leak CallbackData (1.08 KB, patch)
2014-05-24 15:59 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2014-05-24 15:59:30 UTC
Don't leak CallbackData
Comment 1 Jens Georg 2014-05-24 15:59:32 UTC
Created attachment 277117 [details] [review]
Don't leak CallbackData

If a ServiceProxy was unref'ed with notifies still added, callback data
would be leaked.

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 2 Jens Georg 2014-05-24 15:59:54 UTC
Attachment 277117 [details] pushed as c186160 - Don't leak CallbackData