From 215ac7952e1af68557aafddc4b393f2c7e51de6a Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Sun, 3 Oct 2021 07:28:10 +0300 Subject: [PATCH] Released string --- ExplorerPatcher/dllmain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ExplorerPatcher/dllmain.c b/ExplorerPatcher/dllmain.c index 4d33861..4b6c759 100644 --- a/ExplorerPatcher/dllmain.c +++ b/ExplorerPatcher/dllmain.c @@ -886,6 +886,7 @@ void PositionStartMenuForMonitor(HMONITOR hMonitor, DWORD location) (*(void(**)(INT64*))(*v13 + 16))(v13); // Release (*(void(**)(INT64))(*(INT64*)v12 + 16))(v12); // Release (*(void(**)(INT64))(*(INT64*)factory + 16))(factory); // Release + WindowsDeleteString(string); RoUninitialize(); } }