numam-dpdk/lib/librte_vhost
Daniel Verkamp 3cb502b310 vhost: clean up per-socket mutex
vsocket->conn_mutex was allocated with pthread_mutex_init() but never
freed with pthread_mutex_destroy().  This is a potential memory leak,
depending on how pthread_mutex_t is implemented.

Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2017-07-02 01:16:31 +02:00
..
2017-04-01 10:42:44 +02:00
2017-07-02 01:16:31 +02:00
2017-06-16 14:04:25 +02:00
2017-06-06 17:21:55 +02:00
2017-06-14 23:54:13 +02:00