From 6d11f801e2dd6db6ccee618ec07d4a764878d950 Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Tue, 16 Apr 2024 09:47:52 -0400 Subject: Hiding base detection results widgets before run --- basedetection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basedetection.cpp') diff --git a/basedetection.cpp b/basedetection.cpp index e994ede5..5cc7c39f 100644 --- a/basedetection.cpp +++ b/basedetection.cpp @@ -87,6 +87,6 @@ std::vector BaseAddressDetection::GetReasonsForBas for (size_t i = 0; i < count; i++) result.push_back(reasons[i]); - free(reasons); + BNFreeBaseAddressDetectionReasons(reasons); return result; } -- cgit v1.3.1