Search found 1 match
- 22.11.2006, 14:12
- Forum: Bug Reports
- Topic: ZEOS DBO with SQLite memory leaks
- Replies: 1
- Views: 2947
ZEOS DBO with SQLite memory leaks
I'm using SQLite 3.3.8 dll version with ZDBO 6.6 beta. Data from SELECT is corect, but i have a lot of leaks after i close program [using FastMM474] (file sqlite_MemoryManager_EventLog.txt attached) procedure TForm1.FormCreate(Sender: TObject); begin FConnection := TZConnection.Create(nil); FConnect...