Memory Leaks

This commit is contained in:
grzegorz.russek
2014-11-27 14:12:04 +00:00
parent 257cb158f4
commit efb03643d1
15 changed files with 374 additions and 57 deletions

View File

@@ -275,7 +275,10 @@ namespace DynamORM
IsDisposed = true;
_command.Parameters.Clear();
_command.Dispose();
_command = null;
}
}