From f91a782973ce8e549166eb919128209f39d1eecd Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 13 Sep 2014 12:52:11 +0200 Subject: [PATCH] reduce the struct size by 8 byte on 64 bit this one looks like debug only, but still useful --- Zend/zend_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_alloc.h b/Zend/zend_alloc.h index d6d3415dd5..d9853765c3 100644 --- a/Zend/zend_alloc.h +++ b/Zend/zend_alloc.h @@ -45,8 +45,8 @@ typedef struct _zend_leak_info { void *addr; size_t size; const char *filename; - uint lineno; const char *orig_filename; + uint lineno; uint orig_lineno; } zend_leak_info; -- 2.40.0