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 4fdfbc9 commit 11a94db
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 @@ -1966,6 +1966,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 11a94db

Please sign in to comment.