diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2012-03-21 12:26:42 -0500 |
|---|---|---|
| committer | Charles Kerr <charles.kerr@canonical.com> | 2012-03-21 12:26:42 -0500 |
| commit | 92d6bb1ad86f4b75c72e9677d4faabd5627376a8 (patch) | |
| tree | 66a336109d78682450f53de7e35d0c2a7ea569ef /ChangeLog | |
| parent | 831d262f7d2c2c55a434451ef6e86d6666796c28 (diff) | |
| parent | 4b9b0d04e5d800dc4927344c479f5d87c527fe4c (diff) | |
| download | ayatana-indicator-session-92d6bb1ad86f4b75c72e9677d4faabd5627376a8.tar.gz ayatana-indicator-session-92d6bb1ad86f4b75c72e9677d4faabd5627376a8.tar.bz2 ayatana-indicator-session-92d6bb1ad86f4b75c72e9677d4faabd5627376a8.zip | |
* New upstream release.
* Fix small memory leaks (lp: #957342)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ # Generated by Makefile. Do not edit. +2012-03-21 Charles Kerr <charles.kerr@canonical.com> + + 0.3.95 + +2012-03-19 Charles Kerr <charles.kerr@canonical.com> + + Merge lp:~charlesk/indicator-session/lp-957342 to fix a pair of indicator-session memory leaks. + +2012-03-16 Charles Kerr <charles.kerr@canonical.com> + + fix memory leak updating the username label -- gtk_label_set_text() takes a const char*, we don't need to g_strdup() the string before passing it in + +2012-03-16 Charles Kerr <charles.kerr@canonical.com> + + plug two more memory leaks. g_variant_get("s") makes a newly-allocated duplicated string, g_variant_get("&s") returns the internal const string. + +2012-03-16 Charles Kerr <charles.kerr@canonical.com> + + plug two leaked strings in keybinding_changed() + +2012-03-16 Charles Kerr <charles.kerr@canonical.com> + + to pull a const string from g_variant_get(), use a format string "&s", not "s" + 2012-03-14 Charles Kerr <charles.kerr@canonical.com> 0.3.94 |
