diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 18:07:38 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 18:07:38 -0400 |
commit | 5e759910a41ff6d82b1175c8a9da694960013c27 (patch) | |
tree | ba9ae0a538892b0c578bf584bda526df58d68af8 /ChangeLog | |
parent | b907100b21b0993e0adf3e76c8be57891e1cbc74 (diff) | |
parent | 86bfcf3079b88e25a9978bd5077c5b34d3fdeeb2 (diff) | |
download | ayatana-indicator-application-5e759910a41ff6d82b1175c8a9da694960013c27.tar.gz ayatana-indicator-application-5e759910a41ff6d82b1175c8a9da694960013c27.tar.bz2 ayatana-indicator-application-5e759910a41ff6d82b1175c8a9da694960013c27.zip |
Merging shared upstream rev into target branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,21 @@ # Generated by Makefile. Do not edit. +2012-03-21 Ted Gould <ted@gould.cx> + + 0.4.94 + +2012-03-20 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~charlesk/indicator-application/hashtable-mem-bugs to fix memory errors reported in lp bug #957992 + +2012-03-17 Charles Kerr <charles.kerr@canonical.com> + + Fix two memory bugs with clearing out out directories from our icon search path. + + 1. indicator_application_dispose() calls g_hash_table_get_keys() N times and leaks them all. + + 2. indicator_application_dispose() passes each of the hashtable's keys (owned by the hash) to function theme_dir_unref(key), which removes from the hashtable but then continues to use the now-dangling key. + 2012-03-13 Charles Kerr <charles.kerr@canonical.com> 0.4.93 |