Unlock of a Resource that is not Locked
CWE-832 · Base · Incomplete
The product attempts to unlock a resource that is not locked.
Extended description
Depending on the locking functionality, an unlock of a non-locked resource might cause memory corruption or other modification to the resource (or its associated metadata that is used for tracking locks).