Display mem leaks on DEBUG only
This commit is contained in:
parent
1f26336ea1
commit
7942476276
|
@ -79,8 +79,9 @@ int main() {
|
||||||
|
|
||||||
esc_connection_destroy(conn);
|
esc_connection_destroy(conn);
|
||||||
esc_credentials_destroy(credentials);
|
esc_credentials_destroy(credentials);
|
||||||
|
#ifdef DEBUG
|
||||||
dbg_list_allocs();
|
dbg_list_allocs();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
WSACleanup();
|
WSACleanup();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user