SF.net SVN: geany:[5209] trunk/src/build.c

frlan at users.sourceforge.net frlan at xxxxx
Thu Sep 9 01:08:32 UTC 2010


Revision: 5209
          http://geany.svn.sourceforge.net/geany/?rev=5209&view=rev
Author:   frlan
Date:     2010-09-09 01:08:31 +0000 (Thu, 09 Sep 2010)

Log Message:
-----------
Removed not needed NULL check

Modified Paths:
--------------
    trunk/src/build.c

Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c	2010-09-09 00:42:19 UTC (rev 5208)
+++ trunk/src/build.c	2010-09-09 01:08:31 UTC (rev 5209)
@@ -997,8 +997,7 @@
 
 	if (! NZV(msg))
 	{
-		if (msg != NULL)
-			g_free(msg);
+		g_free(msg);
 		return;
 	}
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list