Opened 16 years ago
Closed 16 years ago
#347 closed defect (fixed)
SQLite provider: Calling Close() twice in succession causes crash
Reported by: | traianstanev | Owned by: | traianstanev |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | SQLite Provider | Version: | 3.2.0 |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Closing a connection to the SQLite provider twice in succession was causing a crash due to the same memory being freed twice.
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
There is an additional problem where a DescribeSchema called after ApplySchema, on the same connection object, returns the stale schema (as it was before the ApplySchema).