From c71422b01cdeac97d85050ef447e959442d903cb Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Jan 19 2012 16:47:45 +0000 Subject: fix patches up --- diff --git a/gnucash-guile-5.patch b/gnucash-guile-5.patch index 2521fbe..26b10cf 100644 --- a/gnucash-guile-5.patch +++ b/gnucash-guile-5.patch @@ -35,19 +35,6 @@ index 7bd9395..3656931 100644 AS_SCRUB_INCLUDE(CFLAGS) ### Check size of long_long - some guile's are broken. -diff --git a/src/app-utils/app-utils.i b/src/app-utils/app-utils.i -index e1fc6e8..3db58ac 100644 ---- a/src/app-utils/app-utils.i -+++ b/src/app-utils/app-utils.i -@@ -105,7 +105,7 @@ void gnc_register_kvp_option_generator(QofIdType id_type, SCM generator); - break; - key = scm_to_locale_string (key_scm); - gkey = g_strdup (key); -- gnc_free_scm_locale_string(key); -+ free (key); - path = g_list_prepend (path, gkey); - path_scm = SCM_CDR (path_scm); - } diff --git a/src/app-utils/guile-util.c b/src/app-utils/guile-util.c index d21afc3..2fcddbc 100644 --- a/src/app-utils/guile-util.c