reeze / tipi

Thinking In PHP Internals, An open book on PHP Internals
http://www.php-internals.com/
Other
2.76k stars 1.06k forks source link

修复可能存在的内存泄漏 #93

Closed toxmc closed 7 years ago

toxmc commented 8 years ago

php debug模式下编译后出现如下信息,存在内存泄漏 tipi_demo01/tipi_demo01.c(67) : Freeing 0x108E640A8 (18 bytes), script=- zend_alloc.c(2518) : Actual location (location was relayed) 缺少内存释放

toxmc commented 7 years ago

reeze大哥 这个可以合并吗。不可以就关了吧😂

reeze commented 7 years ago

@smalleyes 前面还有一个return也删了就O了

reeze commented 7 years ago

merged. thanks!