Fixed memory leak of the in the AssetBrowserComponent (#5132)
Signed-off-by: igarri <igarri@amazon.com>
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ namespace AzToolsFramework
|
|||||||
AzFramework::AssetCatalogEventBus::Handler::BusDisconnect();
|
AzFramework::AssetCatalogEventBus::Handler::BusDisconnect();
|
||||||
AZ::TickBus::Handler::BusDisconnect();
|
AZ::TickBus::Handler::BusDisconnect();
|
||||||
AssetSystemBus::Handler::BusDisconnect();
|
AssetSystemBus::Handler::BusDisconnect();
|
||||||
m_assetBrowserModel.release();
|
m_assetBrowserModel.reset();
|
||||||
EntryCache::DestroyInstance();
|
EntryCache::DestroyInstance();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user