Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sources/auth_query.c: improve cleanup on error path
found by Coverity 288error: 289 /* unlock hashmap entry */ 290 od_hashmap_unlock_key(storage->acache, keyhash, &key); CID 486482: (#1 of 1): Missing unlock (LOCK) 8. missing_unlock: Returning without unlocking router->lock. 291 return NOT_OK_RESPONSE;
- Loading branch information