Display mem leaks on DEBUG only

This commit is contained in:
Nicolas Dextraze 2018-03-24 10:09:02 -07:00
parent 1f26336ea1
commit 7942476276

View File

@ -79,8 +79,9 @@ int main() {
esc_connection_destroy(conn);
esc_credentials_destroy(credentials);
#ifdef DEBUG
dbg_list_allocs();
#endif
#ifdef _WIN32
WSACleanup();