diff options
author | UbitUmarov | 2012-07-11 08:13:57 +0100 |
---|---|---|
committer | UbitUmarov | 2012-07-11 08:13:57 +0100 |
commit | 84ab4c44628441b32ec7ef0c728d035b5cf40b39 (patch) | |
tree | 097f253fe77d97e3ee2d2a15b3d1d66d7b5d97dc /OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |
parent | stop keeping references to objects on released items (diff) | |
download | opensim-SC-84ab4c44628441b32ec7ef0c728d035b5cf40b39.zip opensim-SC-84ab4c44628441b32ec7ef0c728d035b5cf40b39.tar.gz opensim-SC-84ab4c44628441b32ec7ef0c728d035b5cf40b39.tar.bz2 opensim-SC-84ab4c44628441b32ec7ef0c728d035b5cf40b39.tar.xz |
ubitODE leaks
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs index 14e4272..ff17a6e 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/ODEPrim.cs | |||
@@ -943,6 +943,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
943 | CollisionEventsThisFrame = null; | 943 | CollisionEventsThisFrame = null; |
944 | } | 944 | } |
945 | m_eventsubscription = 0; | 945 | m_eventsubscription = 0; |
946 | // for now still done on odescene | ||
947 | // _parent_scene.RemoveCollisionEventReporting(this); | ||
946 | } | 948 | } |
947 | 949 | ||
948 | public void AddCollisionEvent(uint CollidedWith, ContactPoint contact) | 950 | public void AddCollisionEvent(uint CollidedWith, ContactPoint contact) |