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:
parent
d61a32c1f9
commit
71a97757ed
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue