Free string after setting theme ui preference, fixed valgrind warning

This commit is contained in:
James Booth
2014-11-24 00:29:02 +00:00
parent f486b5884b
commit 05664ef009
2 changed files with 3 additions and 2 deletions

View File

@@ -114,14 +114,14 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
g_timer_start(timer);
}
ch = ui_get_char(inp, &size, &result);
ui_handle_special_keys(&ch, result);
#ifdef HAVE_LIBOTR
otr_poll();
#endif
jabber_process_events();
ui_update();
ch = ui_get_char(inp, &size, &result);
}
inp[size++] = '\0';