unity-api-bugs team mailing list archive
-
unity-api-bugs team
-
Mailing list archive
-
Message #01003
[Bug 1234895] Re: minor memory leak when updating menu icon
Fix committed into lp:indicator-messages at revision None, scheduled for
release in indicator-messages, milestone 13.10.0
** Changed in: indicator-messages
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Unity API
bugs, which is subscribed to Messaging Menu.
https://bugs.launchpad.net/bugs/1234895
Title:
minor memory leak when updating menu icon
Status in The Messaging Menu:
Fix Committed
Bug description:
Found while doing code inspection for bug #1234673.
in im_application_list_update_draws_attention(), the variable
'icon_name' is created by g_strdup_printf, passed to
g_themed_icon_new_with_default_fallbacks(), and then never referred to
again. It should be freed after icon_new().
To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-messages/+bug/1234895/+subscriptions
References