Skip to content

Commit 0e50ac4

Browse files
committed
MFZE1
1 parent f9e5ba3 commit 0e50ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ ZEND_API void shutdown_memory_manager(int silent, int clean_cache TSRMLS_DC)
516516
}
517517
#endif
518518
#if MEMORY_LIMIT
519-
AG(allocated_memory) -= t->size;
519+
AG(allocated_memory) -= REAL_SIZE(t->size);
520520
#endif
521521
p = t->pNext;
522522
REMOVE_POINTER_FROM_LIST(t);

0 commit comments

Comments
 (0)