Moved input line to inputwin

This commit is contained in:
James Booth
2015-01-15 23:43:22 +00:00
parent 65fc4bcd9f
commit 51105720ab
6 changed files with 26 additions and 26 deletions

View File

@@ -97,7 +97,7 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
}
cmd_result = cmd_process_input(line);
ui_input_clear();
line = NULL;
FREE_SET_NULL(line);
}
}