flow: add missing unlocks for rare error condition at flow shut down.

remotes/origin/master
Victor Julien 15 years ago
parent 31b673718c
commit 5c397e3a53

@ -519,6 +519,7 @@ static inline void FlowForceReassemblyForHash(void)
if (p == NULL) {
TmqhOutputPacketpool(NULL, reassemble_p);
FBLOCK_UNLOCK(fb);
return;
}
@ -547,6 +548,7 @@ static inline void FlowForceReassemblyForHash(void)
if (p == NULL) {
TmqhOutputPacketpool(NULL, reassemble_p);
FBLOCK_UNLOCK(fb);
return;
}

Loading…
Cancel
Save