]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commit
Use sem_del() to destroy semaphores.
authorSimon Ruderich <simon@ruderich.org>
Sun, 28 Jul 2013 12:25:06 +0000 (14:25 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 28 Jul 2013 12:25:06 +0000 (14:25 +0200)
commit53e159fbb77f259b885a759aa5884564140e2f62
treeed558d210488afbf93c388375a2351f1b9f91345
parent9f3f278ae8e7d4b2daa5ca8d331bca70bb550c76
Use sem_del() to destroy semaphores.

free() only works by accident and doesn't free the mutexes/condition
variables.
src/tlsproxy.c