mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-04 01:06:45 +00:00
don't free null
This commit is contained in:
@@ -69,7 +69,6 @@ doMigration(
|
||||
CassResult const* result = cass_future_get_result(fut);
|
||||
if (result == nullptr)
|
||||
{
|
||||
cass_result_free(result);
|
||||
cass_future_free(fut);
|
||||
cass_statement_free(nftTxQuery);
|
||||
throw std::runtime_error(
|
||||
|
||||
Reference in New Issue
Block a user