r22204 - gnucash/trunk/src/core-utils - Remove g_free of msg two lines before it is returned from function.

J. Alex Aycinena alex.aycinena at code.gnucash.org
Fri Jun 1 18:59:48 EDT 2012


Author: alex.aycinena
Date: 2012-06-01 18:59:48 -0400 (Fri, 01 Jun 2012)
New Revision: 22204
Trac: http://svn.gnucash.org/trac/changeset/22204

Modified:
   gnucash/trunk/src/core-utils/gnc-features.c
Log:
Remove g_free of msg two lines before it is returned from function.

Modified: gnucash/trunk/src/core-utils/gnc-features.c
===================================================================
--- gnucash/trunk/src/core-utils/gnc-features.c	2012-05-26 23:47:34 UTC (rev 22203)
+++ gnucash/trunk/src/core-utils/gnc-features.c	2012-06-01 22:59:48 UTC (rev 22204)
@@ -123,7 +123,6 @@
                 msg = tmp;
             }
 
-            g_free(msg);
             g_list_free(features_list);
             return msg;
         }



More information about the gnucash-changes mailing list