System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 8168fc7a6a913c2cfc47217d56c2b788c6797789
Title: AccessViolationException when not disposing Blob
Status: Closed Type: Incident
Severity: Minor Priority: Medium
Subsystem: Resource_Cleanup Resolution: Unable_To_Reproduce
Last Modified: 2017-10-16 03:08:31
Version Found In: 1.0.105.2
User Comments:
anonymous added on 2017-10-04 09:06:25: (text/x-fossil-plain)
When reading a SQLiteBlob from SQLiteDataReader you have to dispose it, otherwise an AccessViolationException is thrown on application exit.

Obviously it was my mistake not to dispose the blob - I just didn't know, I have to. Eventually, this is a blob destructor being called after I closed the connection?

mistachkin added on 2017-10-07 23:54:14: (text/x-fossil-plain)
Do you have some short example code that demonstrates the issue?