Re: [PHP-DEV] PHP 4.0 Bug #2795: Memory Leak in base64_encode() From: Andrei Zmievski (andrei <email protected>)
Date: 11/23/99

On Tue, 23 Nov 1999, Sascha Schumann wrote:
> Line 323 is the only place where new memory is allocated for
> path_translated. Either allocate always new memory (and free
> accordingly), or mark the special situation with a flag which
> causes path_translated to be freed at the end of main().

Where is cgi sapi being shut down so that the memory can be freed
acoordingly?

-Andrei
* We reason deeply, when we forcibly feel. *

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>