1
0
Fork 0

clean old_compile_file on shutdown

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1034 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2012-07-23 04:46:47 +00:00
parent d61a32c1f9
commit 71a97757ed
1 changed files with 1 additions and 0 deletions

View File

@ -677,6 +677,7 @@ static PHP_MSHUTDOWN_FUNCTION(xcache_coverager) /* {{{ */
{
if (old_compile_file && zend_compile_file == xc_compile_file_for_coverage) {
zend_compile_file = old_compile_file;
old_compile_file = NULL;
}
if (xc_coveragedump_dir) {
pefree(xc_coveragedump_dir, 1);