SQLite.swift
SQLite.swift copied to clipboard
Possible Memory Leak
Hi,
I just noticed something on version 0.13.3.
The Xcode Instruments is reporting the following leak:
By the way, I'm using Xcode 14.0.1 and the app is running on iOS 14.6.
Any ideas on the possible source of this issue?
Thanks in advance!
In the screenshot it looks like the allocation is happening inside SQLCipher, though? Maybe your app is leaking connections.
More information is required. Can you provide a reproducible example?
Hi,
I have the same issue so I will give you guys the stack trace of 3 sqlcipher_mem_malloc leak in the project
the first leak
the second leak
and the last leak
Do you need more info to work on that? Is there any other way we could help you?
I encounter the exact same problem... any improvement?