From: Simon Ruderich Date: Sun, 28 Jul 2013 12:25:06 +0000 (+0200) Subject: Use sem_del() to destroy semaphores. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=53e159fbb77f259b885a759aa5884564140e2f62;hp=53e159fbb77f259b885a759aa5884564140e2f62;p=tlsproxy%2Ftlsproxy.git Use sem_del() to destroy semaphores. free() only works by accident and doesn't free the mutexes/condition variables. ---