ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #02053
Re: [Merge] lp:~ted/indicator-application/ordering-id into lp:indicator-application
Review: Needs Fixing
In load_override_file() you're doing g_key_file_get_keys(), the return value of which doesn't always get freed.
The very next block needs to g_strfreev() it.
And at the end of the loop where you insert to the hashtable you need to g_strfreev() it there as well.
--
https://code.launchpad.net/~ted/indicator-application/ordering-id/+merge/32383
Your team ayatana-commits is subscribed to branch lp:indicator-application.
References