mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Oh, that dumb bug.
This commit is contained in:
parent
44947bf563
commit
3b037ebbe9
@ -378,7 +378,8 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache)
|
||||
}
|
||||
t->reported = 1;
|
||||
for (iterator=t->pNext; iterator; iterator=iterator->pNext) {
|
||||
if (iterator->filename==t->filename
|
||||
if (!iterator->cached
|
||||
&& iterator->filename==t->filename
|
||||
&& iterator->lineno==t->lineno) {
|
||||
total_leak += iterator->size;
|
||||
total_leak_count++;
|
||||
|
Loading…
Reference in New Issue
Block a user