diff options
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; } |
