Add freeing managed assembly memory on reload/unload

This commit is contained in:
Wojtek Figat
2025-05-25 17:39:51 +02:00
parent 8c62f1120f
commit 98e59450f1
2 changed files with 6 additions and 2 deletions

View File

@@ -143,6 +143,7 @@ void MAssembly::Unload(bool isReloading)
#else
_classes.ClearDelete();
#endif
Memory.Free();
Unloaded(this);
}