ID: 32010
Updated by: [EMAIL PROTECTED]
Reported By: tony2001 at phpclub dot net
-Status: Open
+Status: Assigned
Bug Type: MSSQL related
Operating System: Linux
PHP Version: 5CVS-2005-02-17 (dev)
-Assigned To:
+Assigned To: fmk
Previous Comments:
------------------------------------------------------------------------
[2005-02-17 15:07:24] tony2001 at phpclub dot net
Description:
------------
mssql_fetch_batch() leaks in several places.
Reproduce code:
---------------
<?php
$c = mssql_connect($host, $user, $passwd);
mssql_select_db($dbase);
$r = mssql_query("SELECT * FROM test_table");
mssql_fetch_batch($r);
echo "Done\n";
?>
Expected result:
----------------
Done
Actual result:
--------------
/home/dev/php-src/ext/mssql/php_mssql.c(1065) : Freeing 0x082C0BE4 (3
bytes), script=/www/index.php
/home/dev/php-src/ext/mssql/php_mssql.c(1052) : Freeing 0x082C0BAC (3
bytes), script=/www/index.php
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32010&edit=1