Add freeing managed assembly memory on reload/unload
This commit is contained in:
@@ -143,6 +143,7 @@ void MAssembly::Unload(bool isReloading)
|
||||
#else
|
||||
_classes.ClearDelete();
|
||||
#endif
|
||||
Memory.Free();
|
||||
|
||||
Unloaded(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user