diff options
-rw-r--r-- | parser.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1123,15 +1123,15 @@ void Parser_main (char *raw_in, int interactive_terminal, void(*cbfunc)(gpointer /* re-run error_check to update min/max values based on actual settings, not proposed settings */ Error_check(globals.ChannelState); - // trigger a prompt - if (interactive_terminal) { - (*cbfunc)(user_data, ""); - } - g_free (in); } g_strfreev (v); + // trigger a prompt + if (interactive_terminal) { + (*cbfunc)(user_data, ""); + } + g_static_mutex_unlock (&mutex); } |