don't free null

This commit is contained in:
ledhed2222
2023-03-28 16:10:00 -04:00
parent 245c926b07
commit 8f2da93507

View File

@@ -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(