We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8bd18 commit 4c3ea81Copy full SHA for 4c3ea81
Sources/AsyncAlgorithms/Locking.swift
@@ -95,6 +95,7 @@ internal struct Lock {
95
96
func deinitialize() {
97
Lock.deinitialize(platformLock)
98
+ platformLock.deallocate()
99
}
100
101
func lock() {
0 commit comments