SF.net SVN: geany:[3456] trunk/src/document.c

eht16 at users.sourceforge.net eht16 at xxxxx
Fri Jan 9 18:21:44 UTC 2009


Revision: 3456
          http://geany.svn.sourceforge.net/geany/?rev=3456&view=rev
Author:   eht16
Date:     2009-01-09 18:21:44 +0000 (Fri, 09 Jan 2009)

Log Message:
-----------
Plug a small memleak.

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

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2009-01-09 18:21:30 UTC (rev 3455)
+++ trunk/src/document.c	2009-01-09 18:21:44 UTC (rev 3456)
@@ -1453,6 +1453,7 @@
 		err = errno;
 
 	fclose(fp);
+	g_free(locale_filename);
 
 	return err;
 }


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