MT#55283 fix duplicate unlock

Change-Id: I9c7f0a6120185662c0e3615553f71d1c80302110
(cherry picked from commit e734497afb)
(cherry picked from commit c3eeec0f4e)
mr13.2.1
Richard Fuchs 10 months ago
parent 92fc5cd7af
commit 9d851efbbe

@ -63,7 +63,6 @@ restart:
ret = g_hash_table_lookup(c->old.cookies, s);
if (ret) {
ret = cache_entry_dup(ret);
mutex_unlock(&c->lock);
return ret;
}

Loading…
Cancel
Save