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