Open lczvd opened 2 years ago
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?
Did you resolve this issue @raulperesgoes ? @GuillaumeUnice
Yes on my side it was due to the fact I open the database again at each SQL query and behind the hood is using a custom malloc in C and I never destroy the ref on it as I don't close the previous open DB.
Basically, I wrongly use the lib
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!