|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-09-10 11:30 UTC] rjs@php.net
[2001-09-10 13:09 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
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