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 7.72 years ago |
Created: |
2017-10-04 09:06:25 7.75 years ago |
Version Found In: | 1.0.105.2 |
User Comments: | ||||
anonymous added on 2017-10-04 09:06:25:
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: Do you have some short example code that demonstrates the issue? |