SF.net SVN: geany-plugins:[870] trunk/geany-plugins/geanylatex/src/reftex.c

frlan at users.sourceforge.net frlan at xxxxx
Sun Jul 26 20:14:16 UTC 2009


Revision: 870
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=870&view=rev
Author:   frlan
Date:     2009-07-26 20:14:16 +0000 (Sun, 26 Jul 2009)

Log Message:
-----------
Fix a minor memory leak

Modified Paths:
--------------
    trunk/geany-plugins/geanylatex/src/reftex.c

Modified: trunk/geany-plugins/geanylatex/src/reftex.c
===================================================================
--- trunk/geany-plugins/geanylatex/src/reftex.c	2009-07-26 20:13:46 UTC (rev 869)
+++ trunk/geany-plugins/geanylatex/src/reftex.c	2009-07-26 20:14:16 UTC (rev 870)
@@ -43,10 +43,12 @@
 					g_free(tmp);
 				}
 			}
+			g_free(aux_entries);
 		}
 	}
 }
 
+
 LaTeXLabel* glatex_parseLine(const gchar *line)
 {
 	LaTeXLabel *label;


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



More information about the Plugins-Commits mailing list