SF.net SVN: geany-plugins:[2216] trunk/geany-plugins/geanysendmail

frlan at users.sourceforge.net frlan at xxxxx
Sun Sep 25 20:08:05 UTC 2011


Revision: 2216
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2216&view=rev
Author:   frlan
Date:     2011-09-25 20:08:05 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
GeanySendMail:  Don't free address variable in case of none address-dialog was shown.

Modified Paths:
--------------
    trunk/geany-plugins/geanysendmail/ChangeLog
    trunk/geany-plugins/geanysendmail/src/geanysendmail.c

Modified: trunk/geany-plugins/geanysendmail/ChangeLog
===================================================================
--- trunk/geany-plugins/geanysendmail/ChangeLog	2011-09-25 20:07:43 UTC (rev 2215)
+++ trunk/geany-plugins/geanysendmail/ChangeLog	2011-09-25 20:08:05 UTC (rev 2216)
@@ -2,6 +2,7 @@
 
  * Adding a workaround for a weird issue in connection with
    utils_string_replace_all().
+ * Don't free address variable in case of none address-dialog was shown.
 
 
 

Modified: trunk/geany-plugins/geanysendmail/src/geanysendmail.c
===================================================================
--- trunk/geany-plugins/geanysendmail/src/geanysendmail.c	2011-09-25 20:07:43 UTC (rev 2215)
+++ trunk/geany-plugins/geanysendmail/src/geanysendmail.c	2011-09-25 20:08:05 UTC (rev 2216)
@@ -149,7 +149,6 @@
 			{
 				/* Removes %r if option was not activ but was included into command */
 				utils_string_replace_all(cmd_str, "%r", "");
-				g_free(address);
 			}
 
 			utils_string_replace_all(cmd_str, "%b", g_path_get_basename(locale_filename));

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