diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-01-04 13:58:21 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2017-01-04 13:58:21 +0100 |
commit | 892d84b91f2cb596f1bff8052c67667f43c594fc (patch) | |
tree | ecc7299303e4aa44c345fddd148b35874bd3129b | |
parent | 3deec9c127fc4f43bc413219a98446764355eccd (diff) | |
download | ouroboros-892d84b91f2cb596f1bff8052c67667f43c594fc.tar.gz ouroboros-892d84b91f2cb596f1bff8052c67667f43c594fc.zip |
ipcpd: normal: Fix bad unlock
This removes a bad unlock in the flow manager.
-rw-r--r-- | src/ipcpd/normal/fmgr.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |