On Sat, 16 Nov 2002, Georg Richter wrote:

> georg         Sat Nov 16 11:07:54 2002 EDT
> 
>   Modified files:              
>     /php4/ext/mysql   php_mysql.c 
>   Log:
>   forgot to decrement result_allocated :(

Dont forget to MFH this...


Derick
>   
>   
> Index: php4/ext/mysql/php_mysql.c
> diff -u php4/ext/mysql/php_mysql.c:1.175 php4/ext/mysql/php_mysql.c:1.176
> --- php4/ext/mysql/php_mysql.c:1.175  Fri Nov 15 05:35:10 2002
> +++ php4/ext/mysql/php_mysql.c        Sat Nov 16 11:07:54 2002
> @@ -18,7 +18,7 @@
>     +----------------------------------------------------------------------+
>  */
>   
> -/* $Id: php_mysql.c,v 1.175 2002/11/15 10:35:10 georg Exp $ */
> +/* $Id: php_mysql.c,v 1.176 2002/11/16 16:07:54 georg Exp $ */
>  
>  /* TODO:
>   *
> @@ -231,6 +231,7 @@
>       MYSQL_RES *mysql_result = (MYSQL_RES *)rsrc->ptr;
>  
>       mysql_free_result(mysql_result);
> +     MySG(result_allocated)--;
>  }
>  /* }}} */
>  
> 
> 
> 
> -- 
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to