From 90b71fab43d712a8301e2af6ad755d273556d63c Mon Sep 17 00:00:00 2001 From: Hannes Schueller Date: Fri, 17 May 2013 12:56:32 +0200 Subject: [PATCH] Removed g_free that caused segmentation fault (patch by Daniel Carl ) --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 8ed0a18..38a5779 100644 --- a/main.c +++ b/main.c @@ -1957,8 +1957,6 @@ _resume_from_editor(GPid child_pid, int child_status, gpointer data) { fclose(fp); jsapi_evaluate_script(set_value_js->str, &value, &message); - g_free(value); - g_free(message); /* Fall through, error and normal exit are identical */ error_exit: -- 2.11.4.GIT