reduce the struct size by 8 byte on 64 bit

this one looks like debug only, but still useful
This commit is contained in:
Anatol Belski 2014-09-13 12:52:11 +02:00
parent 98aeef6fac
commit f91a782973

View file

@ -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;