diff options
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLInventoryData.cs')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLInventoryData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLInventoryData.cs b/OpenSim/Data/MySQL/MySQLInventoryData.cs index 68885e1..f9583cf 100644 --- a/OpenSim/Data/MySQL/MySQLInventoryData.cs +++ b/OpenSim/Data/MySQL/MySQLInventoryData.cs | |||
@@ -826,8 +826,8 @@ namespace OpenSim.Data.MySQL | |||
826 | } | 826 | } |
827 | finally | 827 | finally |
828 | { | 828 | { |
829 | if(result != null) result.Close(); | 829 | if (result != null) result.Close(); |
830 | if(sqlCmd != null) sqlCmd.Dispose(); | 830 | if (sqlCmd != null) sqlCmd.Dispose(); |
831 | } | 831 | } |
832 | } | 832 | } |
833 | } | 833 | } |