This commit is contained in:
2012-09-12 13:08:37 +00:00
parent 430c44ca41
commit fbe393828c
2 changed files with 3 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ namespace VEPROMS.CSLA.Library
foreach (ROImageInfo tmp in this)
{
tmp.Changed -= new ROImageInfoEvent(tmp_Changed);
tmp.Dispose();
}
}
#endregion