dump memory leaks on shutdown

This commit is contained in:
Harald Radi 2002-08-07 18:16:44 +00:00
parent 3001ecc948
commit e84bddf76a

View file

@ -1136,6 +1136,10 @@ consult the installation file that came with this distribution, or visit \n\
tsrm_shutdown();
#endif
#ifdef PHP_WIN32
_CrtDumpMemoryLeaks( );
#endif
return exit_status;
}
/* }}} */