AmilyWang / sqlite4java

Automatically exported from code.google.com/p/sqlite4java
0 stars 0 forks source link

Cached long arrays are never destroyed #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SQLiteLongArrays allocated with SQLiteConnection#createArray(String, boolean) 
when second parameter is true are never destroyed.
They are not destroy even when connection is disposed.

I suspect that this bug causes failures of my tests - they fail if tests 
working with in-memory database are started after test which works with 
file-database (both uses arrays). The failure is 100% reproducable on window 
and 0% on Linux.

Original issue reported on code.google.com by pdy...@gmail.com on 25 Oct 2014 at 2:36

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r383.

Original comment by evj...@almworks.com on 27 Oct 2014 at 2:54