~ubuntu-branches/ubuntu/natty/gnome-session/natty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/05_enhance_fallback_mode.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-04-05 17:46:20 UTC
  • Revision ID: james.westby@ubuntu.com-20110405174620-1gmnre14p115xte1
Tags: 2.32.1-0ubuntu19
* debian/patches/05_enhance_fallback_mode.patch: 
  - initialize the fallback message variable to null so it's not freed in
    the livecd case where no fallback message is displayed
    (lp: #751394)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
         char     *value;
34
34
+        int       i;
35
35
+        char    **fallback_session_ids = NULL;
36
 
+        char     *fallback_session_key;
37
 
+        char     *fallback_message_key;
 
36
+        char     *fallback_session_key = NULL;
 
37
+        char     *fallback_message_key = NULL;
38
38
+        char     *fallback_message = NULL;
39
39
 
40
40
         g_debug ("fill: *** Getting session '%s'", session);