aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorUbitUmarov2015-12-10 14:00:43 +0000
committerUbitUmarov2015-12-10 14:00:43 +0000
commit62009ba9c02590f689d202da1753c91498f5b51d (patch)
treeacee356affc2af61db3eb029587a3128cba7929f /OpenSim/Region/CoreModules
parentdont try to process packets for deleted clients (diff)
downloadopensim-SC_OLD-62009ba9c02590f689d202da1753c91498f5b51d.zip
opensim-SC_OLD-62009ba9c02590f689d202da1753c91498f5b51d.tar.gz
opensim-SC_OLD-62009ba9c02590f689d202da1753c91498f5b51d.tar.bz2
opensim-SC_OLD-62009ba9c02590f689d202da1753c91498f5b51d.tar.xz
remove some SOG references on delete to help GC
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
index 39e3526..a21b52c 100644
--- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
@@ -1083,6 +1083,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
1083 1083
1084 // Now, remove the scripts 1084 // Now, remove the scripts
1085 so.RemoveScriptInstances(true); 1085 so.RemoveScriptInstances(true);
1086 so.Clear();
1086 } 1087 }
1087 1088
1088 protected SceneObjectGroup RezSingleAttachmentFromInventoryInternal( 1089 protected SceneObjectGroup RezSingleAttachmentFromInventoryInternal(