What method(s) are you using to detect the memory leak?
I'll try and test this out today and see if I can come up with anything.
Robert
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Wednesday, March 15, 2006 6:18 AM
Subject: [sqlite] RE: SQLite memory leak on Windows CE
Hi again, i have tried your advice of changing line 192 at table.c and it
didn´t work (it fires an exception). I do not think that the problem is
related to sqlite3_get_table or sqlite3_free_table source code.
To make sure, i have test it with another simple program (see the source
code below), that doesn´t make use of the sqlite_x_table stuff and Windows
CE doesn´t free memory properly (memory only gets freed once the main
program has exited). Please see the testing code i am using (it is quite
simple)