https://bugs.kde.org/show_bug.cgi?id=427970
--- Comment #4 from Milian Wolff <[email protected]> --- OK, fixed the issue. And looking at the heaptrack file, you should seriously consider using sqlite3_prepare and then reuse the queries instead of sqlite3_exec'ing all the time - I'm assuming that this would remove millions of temporary allocations from your code base ;-) cheers -- You are receiving this mail because: You are watching all bug changes.
