[geany/geany-plugins] 14dc71: Merge pull request #58 from b4n/fixes/addons

Frank Lanitz git-noreply at xxxxx
Fri Jul 13 20:58:47 UTC 2012


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Fri, 13 Jul 2012 20:58:47
Commit:      14dc717c2cce96c2cb6489afc2d3050378405d24
             https://github.com/geany/geany-plugins/commit/14dc717c2cce96c2cb6489afc2d3050378405d24

Log Message:
-----------
Merge pull request #58 from b4n/fixes/addons

Addons: Fix a leak in ao_enclose_words_init()


Modified Paths:
--------------
    addons/src/ao_wrapwords.c

Modified: addons/src/ao_wrapwords.c
2 files changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -155,6 +155,8 @@ void ao_enclose_words_init (gchar *config_file_name, GeanyKeyGroup *key_group)
 
 	}
 
+	g_key_file_free(config);
+
 	plugin_signal_connect(geany_plugin, G_OBJECT(geany->main_widgets->window), "key-press-event",
 			FALSE, G_CALLBACK(on_key_press), NULL);
 }


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list