diff options
author | unknown | 2010-07-09 12:58:16 -0400 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-07-17 00:44:54 +0100 |
commit | 61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0 (patch) | |
tree | a9687caa8efc635c09e00a637c4676bfc7225bd0 /OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs | |
parent | Merge branch '0.6.9-post-fixes' of ssh://opensimulator.org/var/git/opensim in... (diff) | |
download | opensim-SC-61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0.zip opensim-SC-61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0.tar.gz opensim-SC-61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0.tar.bz2 opensim-SC-61f9b3c2cf1c39dd0d1c58eed7d322d29029c2c0.tar.xz |
Bug in 0.6.9 sometimes restoring script state causes region console to crash due to unhandled file lock exception. Attempt to resolve by wrapping several instances of file create / read logic in using statements and added some error handling for locked file exceptions. If it is IDisposable, it must be disposed! The close statements are unnecessary but harmless so I have left those in. The end of the using block will close and dispose automagically.
Diffstat (limited to 'OpenSim/Region/Physics/BulletXPlugin/BulletXPlugin.cs')
0 files changed, 0 insertions, 0 deletions