From: [EMAIL PROTECTED]
Operating system: Linux 2.4.5/RedHat
PHP version: 4.0CVS-2001-09-10
PHP Bug Type: PDF related
Bug description: PDF functions leak
This piece of code:
<?php
$p = pdf_new ();
pdf_open_file ($p);
pdf_close ($p);
?>
Gives these leaks:
pdf.c(306) : Freeing 0x0820B324 (65536 bytes), script=3pdf.php
Last leak repeated 2 times
This code:
<?php
$p = pdf_new ();
?>
Gives this leak:
pdf.c(306) : Freeing 0x08200D54 (2116 bytes), script=3pdf.php
Last leak repeated 1 time
regards,
Derick
--
Edit bug report at: http://bugs.php.net/?id=13230&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]