Skip to content

Commit

Permalink
ibase_free_query does not decrease ref count
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Šťavík committed Sep 13, 2024
1 parent ba8e63b commit 4cd4a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibase_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -1959,6 +1959,7 @@ PHP_FUNCTION(ibase_free_query)
}

zend_list_close(Z_RES_P(query_arg));
zend_list_delete(Z_RES_P(query_arg));
RETURN_TRUE;
}
/* }}} */
Expand Down

0 comments on commit 4cd4a84

Please sign in to comment.