On Apr 18, 2008, at 2:27 PM, Vlastimil Miléř wrote: > Hello everybody, > > first of all, thanks for this great library! It works beautifully, but > I have encountered a small problem when running my app in Microsoft > Application Verifier. It reported an unreleased tls slot on dll > unloading and I traced it back to one of sqlite functions. I modified > (hacked) it for myself to be able to free the slot on request, but it > would be nice if future version addressed this problem.
Upgrading will probably clear this problem. As of 3.5, SQLite no longer uses TlsAlloc(). Dan. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

