-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory Leaks on iOS TOMLTable.convert(to:options:)
#26
Comments
TOMLTable.convert(to:options:)
The library is full of memory leaks. Basically, almost every returned value from cpp to Swift is returned via |
There a few probably trivial memory leak fixes? But the one this issue is about inside |
This makes me worried to use😂 |
@nikitabobko did fix memory leak, you can try his fork version |
My Code is quit simple:
Xcode Instruments catch this memory leak, please download it and check in Xcode
https://github.com/codingiran/TOMLKit/blob/main/MemoryLeaks/TOMlKit%20Memory%20Leaks.trace.zip
The text was updated successfully, but these errors were encountered: