summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/SharedCache.cpp
diff options
context:
space:
mode:
authorkat <kat@vector35.com>2024-11-04 11:53:47 -0500
committerkat <kat@vector35.com>2024-11-05 09:05:38 -0500
commit963d7bc33e1957a5e041b014485d93e78a01ba7e (patch)
treed1e37930c0572816d934dad031a7be82f712c8cd /view/sharedcache/core/SharedCache.cpp
parent519477fbc78b1a29d752c26e7933dfe16e80d360 (diff)
[SharedCache] very Hotfix for 'SharedCache.load_image_with_install_name'
Diffstat (limited to 'view/sharedcache/core/SharedCache.cpp')
-rw-r--r--view/sharedcache/core/SharedCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/SharedCache.cpp b/view/sharedcache/core/SharedCache.cpp
index 9bfa59ad..4d0f0046 100644
--- a/view/sharedcache/core/SharedCache.cpp
+++ b/view/sharedcache/core/SharedCache.cpp
@@ -3014,7 +3014,7 @@ extern "C"
bool BNDSCViewLoadImageWithInstallName(BNSharedCache* cache, char* name)
{
std::string imageName = std::string(name);
- BNFreeString(name);
+ // FIXME !!!!!!!! BNFreeString(name);
if (cache->object)
return cache->object->LoadImageWithInstallName(imageName);