diff options
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 |