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

frlan at users.sourceforge.net frlan at xxxxx
Tue Sep 21 06:39:50 UTC 2010


Revision: 1600
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1600&view=rev
Author:   frlan
Date:     2010-09-21 06:39:50 +0000 (Tue, 21 Sep 2010)

Log Message:
-----------
Reverts a commit that is free some memory, that should be freed by the plugin.

This reverts commit of svn r1597.

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

Modified: trunk/geanylatex/src/geanylatex.c
===================================================================
--- trunk/geanylatex/src/geanylatex.c	2010-09-20 17:21:54 UTC (rev 1599)
+++ trunk/geanylatex/src/geanylatex.c	2010-09-21 06:39:50 UTC (rev 1600)
@@ -1784,7 +1784,6 @@
 	{
 		author = geany_data->template_prefs->developer;
 		gtk_entry_set_text(GTK_ENTRY(glatex_wizard.author_textbox), author);
-		g_free(author);
 	}
 	gtk_misc_set_alignment(GTK_MISC(label_author), 0, 0.5);
 	gtk_table_attach_defaults(GTK_TABLE(table), label_author, 0, 1, 4, 5);


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