MT#55283 fix duplicate unlock

Change-Id: I9c7f0a6120185662c0e3615553f71d1c80302110
pull/1910/head
Richard Fuchs 2 months ago
parent 5f6609de5d
commit e734497afb

@ -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