[Commits] utils.c 1.36.2.197 1.36.2.198

colin at claws-mail.org colin at claws-mail.org
Wed May 16 10:02:04 CEST 2012


Update of /home/claws-mail/claws/src/common
In directory srv:/tmp/cvs-serv21645/src/common

Modified Files:
      Tag: gtk2
	utils.c 
Log Message:
2012-05-16 [colin]	3.8.0cvs45

	* src/common/utils.c
		And fix leak

Index: utils.c
===================================================================
RCS file: /home/claws-mail/claws/src/common/utils.c,v
retrieving revision 1.36.2.197
retrieving revision 1.36.2.198
diff -u -d -r1.36.2.197 -r1.36.2.198
--- utils.c	16 May 2012 08:00:55 -0000	1.36.2.197
+++ utils.c	16 May 2012 08:02:02 -0000	1.36.2.198
@@ -2330,6 +2330,7 @@
 			g_free(filename);
 			return -1;
 		}
+		g_free(filename);
 		return 0;
 	}
 



More information about the Commits mailing list