summaryrefslogtreecommitdiff
path: root/basedetection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'basedetection.cpp')
-rw-r--r--basedetection.cpp2
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;
}