This codebase uses SQLite3. Valgrind reports a huge amount of lost memory, one entry for every DB query.
But every sqlite3_prepare_v2() is correctly followed by sqlite3_finalize(). I love Valgrind, but sometimes the output is difficult to interpret. #SQLite3 #Valgrind