Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit 9ee2bcf0a5 - Show all commits

View file

@ -221,13 +221,13 @@ void cli::getline( const fc::string& prompt, fc::string& line)
{ {
if (*line_read) if (*line_read)
add_history(line_read); add_history(line_read);
free(line_read);
} }
catch(...) catch(...)
{ {
free(line_read); free(line_read);
throw; throw;
} }
free(line_read);
}).wait(); }).wait();
} }
else else