diff --git a/src/util-thash.c b/src/util-thash.c index 29966689bc..b5ff4e4f1e 100644 --- a/src/util-thash.c +++ b/src/util-thash.c @@ -590,6 +590,7 @@ THashGetFromHash (THashTableContext *ctx, void *data) HRLOCK_UNLOCK(hb); res.data = h; res.is_new = false; + /* coverity[missing_unlock : FALSE] */ return res; } } @@ -601,6 +602,7 @@ THashGetFromHash (THashTableContext *ctx, void *data) HRLOCK_UNLOCK(hb); res.data = h; res.is_new = false; + /* coverity[missing_unlock : FALSE] */ return res; }