
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
27/Mar/06 09:58 PM
|
|
ADONetAppender.ActivateOptions() calls InitializeDatabaseConnection. This method does not check if the m_dbConnection is already initialised. If it is initialise then it will beleaked.
Update InitializeDatabaseConnection to check and close the connection if not null.
|
|
Description
|
ADONetAppender.ActivateOptions() calls InitializeDatabaseConnection. This method does not check if the m_dbConnection is already initialised. If it is initialise then it will beleaked.
Update InitializeDatabaseConnection to check and close the connection if not null. |
Show » |
|