diff options
| author | Brandon Miller <brandon@vector35.com> | 2024-04-16 09:47:52 -0400 |
|---|---|---|
| committer | Brandon Miller <bkmiller89@icloud.com> | 2024-04-25 10:56:18 -0400 |
| commit | 6d11f801e2dd6db6ccee618ec07d4a764878d950 (patch) | |
| tree | a575b373210f11599d01a287b25f96421eac1150 /basedetection.cpp | |
| parent | 465a8d5d7afd5a5648338009e0fb8dbe4f199347 (diff) | |
Hiding base detection results widgets before run
Diffstat (limited to 'basedetection.cpp')
| -rw-r--r-- | basedetection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basedetection.cpp b/basedetection.cpp index e994ede5..5cc7c39f 100644 --- a/basedetection.cpp +++ b/basedetection.cpp @@ -87,6 +87,6 @@ std::vector<BNBaseAddressDetectionReason> BaseAddressDetection::GetReasonsForBas for (size_t i = 0; i < count; i++) result.push_back(reasons[i]); - free(reasons); + BNFreeBaseAddressDetectionReasons(reasons); return result; } |
