summaryrefslogtreecommitdiffstats
path: root/metacity-2.18.5-dont-deref-null-pointer.patch
blob: 5c66d18adccbb8a6c2086915dd9bc6d267cca8f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up metacity-2.18.5/src/session.c.dont-deref-null-pointer metacity-2.18.5/src/session.c
--- metacity-2.18.5/src/session.c.dont-deref-null-pointer	2007-09-11 15:41:23.000000000 -0400
+++ metacity-2.18.5/src/session.c	2007-09-11 15:41:34.000000000 -0400
@@ -1824,8 +1824,6 @@ warn_about_lame_clients_and_finish_inter
 
       display_iter = display_iter->next;
     }
-  /* don't need to free displays */
-  displays = NULL;
 
   if (lame == NULL)
     {