Updates from BitShares FC #22
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)
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue