Ticket Hash: | 0d5b1ef3627fba7ad6e60e521ea0cb0457db7ef8 | ||
Title: | SQLiteLog.DomainUnload registered many times | ||
Status: | Closed | Type: | Code_Defect |
Severity: | Minor | Priority: | Immediate |
Subsystem: | Logging | Resolution: | Fixed |
Last Modified: | 2011-10-04 09:20:13 | ||
Version Found In: | 1.0.75.0 |
Description: | ||||
SQLiteLog.Initialize registers its AppDomain unload event handler every time it is called, not just the first time when it initializes the logging callback.
This means that an extra copy of the unload event handler is added for every SQLiteConnection object that is created. Only one is needed. mistachkin added on 2011-10-04 08:06:24 UTC: |