Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,
2007-03-09 Matthias Clasen <mclasen@redhat.com> * Everywhere: Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, Djihed Afifi) * configure.in: Check for ftw.h svn path=/trunk/; revision=17444
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							a1e4554462
						
					
				
				
					commit
					82ce59cd0f
				
			| @ -639,8 +639,7 @@ init_xinerama_support (GdkScreen * screen) | ||||
|   int opcode, firstevent, firsterror; | ||||
| #endif | ||||
|  | ||||
|   if (screen_x11->monitors) | ||||
|     g_free (screen_x11->monitors); | ||||
|   g_free (screen_x11->monitors); | ||||
|    | ||||
| #ifdef HAVE_XINERAMA   | ||||
|   if (XQueryExtension (GDK_SCREEN_XDISPLAY (screen), "XINERAMA", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user