aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/UserStatistics/Default_Report.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-08-22 20:28:15 +0100
committerUbitUmarov2016-08-22 20:28:15 +0100
commit133fce98e79eced53bb68adc73749adf176cfccd (patch)
treed038c524f3c50e338baca67d2ace14dd740128ea /OpenSim/Region/OptionalModules/UserStatistics/Default_Report.cs
parenttry to make mono happy (diff)
downloadopensim-SC-133fce98e79eced53bb68adc73749adf176cfccd.zip
opensim-SC-133fce98e79eced53bb68adc73749adf176cfccd.tar.gz
opensim-SC-133fce98e79eced53bb68adc73749adf176cfccd.tar.bz2
opensim-SC-133fce98e79eced53bb68adc73749adf176cfccd.tar.xz
change ODEs topcolliders code ( still bad), plus a few memory leaks
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/OptionalModules/UserStatistics/Default_Report.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/UserStatistics/Default_Report.cs b/OpenSim/Region/OptionalModules/UserStatistics/Default_Report.cs
index fabe3d4..8745acd 100644
--- a/OpenSim/Region/OptionalModules/UserStatistics/Default_Report.cs
+++ b/OpenSim/Region/OptionalModules/UserStatistics/Default_Report.cs
@@ -227,7 +227,10 @@ TD.align_top { vertical-align: top; }
227 returnstruct.avg_client_mem_use = Convert.ToSingle(sdr["sav_mem_use"]); 227 returnstruct.avg_client_mem_use = Convert.ToSingle(sdr["sav_mem_use"]);
228 228
229 } 229 }
230 sdr.Close();
231 cmd.Dispose();
230 } 232 }
233
231 return returnstruct; 234 return returnstruct;
232 } 235 }
233 236