Skip to content

Commit

Permalink
Update type.c
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed May 24, 2024
1 parent 8b1f5b5 commit b40d843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/query/type.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ static void AerospikeQuery_Type_Dealloc(AerospikeQuery *self)

if (self->dynamic_pool != NULL) {
if (self->dynamic_pool->pool != NULL) {
DESTROY_DYNAMIC_POOL(self->dynamic_pool, true);
DESTROY_DYNAMIC_POOL(self->dynamic_pool, false);
}
cf_free(self->dynamic_pool);
}
Expand Down

0 comments on commit b40d843

Please sign in to comment.