From 892d84b91f2cb596f1bff8052c67667f43c594fc Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 4 Jan 2017 13:58:21 +0100 Subject: ipcpd: normal: Fix bad unlock This removes a bad unlock in the flow manager. --- src/ipcpd/normal/fmgr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ipcpd/normal') diff --git a/src/ipcpd/normal/fmgr.c b/src/ipcpd/normal/fmgr.c index b0a37ee1..a419e9f5 100644 --- a/src/ipcpd/normal/fmgr.c +++ b/src/ipcpd/normal/fmgr.c @@ -507,8 +507,6 @@ int fmgr_np1_post_buf(cep_id_t cep_id, buffer_t * buf) break; } - pthread_rwlock_unlock(&fmgr.np1_flows_lock); - flow_alloc_msg__free_unpacked(msg, NULL); return ret; -- cgit v1.2.3