FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 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)
add_history(line_read);
free(line_read);
}
catch(...)
{
free(line_read);
throw;
}
free(line_read);
}).wait();
}
else