NSLock Memory leaks #3106
Closed
Slobodianiuk95
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @Slobodianiuk95, this lock is only used in Since this is not an issue with the library I am going to convert it to a discussion. Feel free to continue the conversation over there! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Hello! I discovered memory leaks using the Leaks tool while developing my own application. At first, I thought it was my mistake, but then I found the same memory leaks in the Todos and VoiceMemos examples. This happens from the start of the application and increases as it is used.
Checklist
main
branch of this package.Expected behavior
No leaks happend
Actual behavior
NSLock leaks in Xcode -> Instruments -> Leaks
Steps to reproduce
The Composable Architecture version information
1.10.4
Destination operating system
iOS 17.5
Xcode version information
Xcode 15.4
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions