dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #02563
[Bug 1234895] Re: minor memory leak when updating menu icon
This bug was fixed in the package indicator-messages -
13.10.1+13.10.20131004-0ubuntu1
---------------
indicator-messages (13.10.1+13.10.20131004-0ubuntu1) saucy; urgency=low
[ Charles Kerr ]
* in im_application_list_update_draws_attention(), free the temporary
icon_name string created by g_strdup_printf(). (LP: #1234895)
[ Sebastien Bacher ]
* remove old sources from the translatable list.
[ Lars Uebernickel ]
* messages-service: return TRUE from "handle-*" GDBusProxy method
handlers This is done to signify that the handlers replied to the
messages. Otherwise GDBus might send another reply, depending on
whether 0 or !0 was lying around on the stack. .
* Change title to "Incoming".
* Remove 'indicator.' from the "Clear All" menu item on the phone's
menu.
* Return values from functions that have return values. Somehow -
Wreturn-type warnings aren't always triggered for g_return_if_fail
macros.
[ Ubuntu daily release ]
* Automatic snapshot from revision 388
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Fri, 04 Oct 2013 02:28:41 +0000
** Changed in: indicator-messages (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to indicator-messages in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1234895
Title:
minor memory leak when updating menu icon
Status in The Messaging Menu:
Fix Released
Status in “indicator-messages” package in Ubuntu:
Fix Released
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