diff options
Diffstat (limited to 'src')
-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; |