Merge lp:~rodrigo-moya/ubuntu/natty/gnome-settings-daemon/fix_685785 into lp:~ubuntu-desktop/gnome-settings-daemon/ubuntu

Proposed by Rodrigo Moya
Status: Merged
Merged at revision: 129
Proposed branch: lp:~rodrigo-moya/ubuntu/natty/gnome-settings-daemon/fix_685785
Merge into: lp:~ubuntu-desktop/gnome-settings-daemon/ubuntu
Diff against target: 27 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/patches/06_use_application_indicator.patch (+1/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/ubuntu/natty/gnome-settings-daemon/fix_685785
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+46620@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-01-10 21:27:56 +0000
+++ debian/changelog 2011-01-18 15:28:36 +0000
@@ -1,3 +1,10 @@
1gnome-settings-daemon (2.32.1-0ubuntu5) UNRELEASED; urgency=low
2
3 * debian/patches/06_use_application_indicator.patch:
4 - Initialize variable to avoid crashes on free (LP: #685785)
5
6 -- Rodrigo Moya <rodrigo.moya@canonical.com> Tue, 18 Jan 2011 16:23:55 +0100
7
1gnome-settings-daemon (2.32.1-0ubuntu4) natty; urgency=low8gnome-settings-daemon (2.32.1-0ubuntu4) natty; urgency=low
29
3 * debian/control.in: build-depends on libpolkit-gobject-1-dev10 * debian/control.in: build-depends on libpolkit-gobject-1-dev
411
=== modified file 'debian/patches/06_use_application_indicator.patch'
--- debian/patches/06_use_application_indicator.patch 2010-12-20 23:26:35 +0000
+++ debian/patches/06_use_application_indicator.patch 2011-01-18 15:28:36 +0000
@@ -794,7 +794,7 @@
794+ gchar * guide = "XXX";794+ gchar * guide = "XXX";
795+ gchar ** shortnames;795+ gchar ** shortnames;
796+ gchar ** longnames;796+ gchar ** longnames;
797+ gchar * layout_name;797+ gchar * layout_name = NULL;
798+ gchar * lname = NULL;798+ gchar * lname = NULL;
799+ GHashTable *ln2cnt_map = g_hash_table_new_full (g_str_hash, g_str_equal, (GDestroyNotify) g_free, NULL);799+ GHashTable *ln2cnt_map = g_hash_table_new_full (g_str_hash, g_str_equal, (GDestroyNotify) g_free, NULL);
800+800+

Subscribers

People subscribed via source and target branches

to all changes: