Skip to content
Snippets Groups Projects
Commit 60a068ae authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

don't free connections[i]

parent 8da2a1b2
No related branches found
No related tags found
No related merge requests found
......@@ -104,8 +104,6 @@ int connections_destroy(void)
ldap_pvt_thread_mutex_destroy( &connections[i].c_write_mutex );
ldap_pvt_thread_cond_destroy( &connections[i].c_write_cv );
}
free( &connections[i] );
}
free( connections );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment