mirror of
https://github.com/php/php-src.git
synced 2026-03-29 19:52:20 +02:00
Since the mysqlnd result set is arena allocated, we must not simply free it, but rather call the appropriate `free_result` method. Co-authored-by: Kamil Tekiela <tekiela246@gmail.com>