I've used SQLite for some time in iOS apps, but now I'm doing an iPad Corporate Directory app, and running into serious memory issues. Using Instruments, I'm finding fully 50% of my live memory is Malloc 52 KB, entirely allocated to libsqlite3.dylib, and specifically to sqlite3_extended_errcode. The memory is not shown as leaking, but it is not being released. Every time I do another employee search, over 1 MB of Malloc 52 is added to live allocations.
Any ideas? Joseph _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users