Roberto <[EMAIL PROTECTED]> wrote:
> int sqlite3_user_data_find(...)

Usually the user data is some information you can use to refer to your
context. How are you using the userData ?

I'm keeping a reference to a Java object in it that contains the
actual function being called.

Woudn't keeping a reference to your userData and freeing it at DB
closing time be enough?

This was the original plan, but it leads to a lot of effective-memory
leak situations with the JVM. Oh well, it was a pretty ugly function
anyway, there just isn't a way otherwise to clean up until the
connection is closed.

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to