mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
dump memory leaks on shutdown
This commit is contained in:
parent
3001ecc948
commit
e84bddf76a
1 changed files with 4 additions and 0 deletions
|
@ -1136,6 +1136,10 @@ consult the installation file that came with this distribution, or visit \n\
|
||||||
tsrm_shutdown();
|
tsrm_shutdown();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef PHP_WIN32
|
||||||
|
_CrtDumpMemoryLeaks( );
|
||||||
|
#endif
|
||||||
|
|
||||||
return exit_status;
|
return exit_status;
|
||||||
}
|
}
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue