ID:               32010
 Updated by:       [EMAIL PROTECTED]
 Reported By:      tony2001 at phpclub dot net
-Status:           Assigned
+Status:           Feedback
 Bug Type:         MSSQL related
 Operating System: Linux
 PHP Version:      5CVS-2005-02-17
 Assigned To:      fmk
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip




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

Reply via email to