FC Updates from BitShares and myself #21
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue