You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
idb-import plugin is causing memory leak on BinaryNinjaCore::BinaryView object. I put a breakpoint on the dtor BinaryView::~BinaryView(), and I close the last tab of a binary. If the idb-import plugin is enabled, then the dtor is not called; if I disable the idb-import plugin, then the dtor gets called as expected. It seems like the plugin is causing a memory leak. I am not sure whether this is caused by the plugin itself, or the rust binding.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
idb-import plugin is causing memory leak on
BinaryNinjaCore::BinaryView
object. I put a breakpoint on the dtorBinaryView::~BinaryView()
, and I close the last tab of a binary. If the idb-import plugin is enabled, then the dtor is not called; if I disable the idb-import plugin, then the dtor gets called as expected. It seems like the plugin is causing a memory leak. I am not sure whether this is caused by the plugin itself, or the rust binding.The text was updated successfully, but these errors were encountered: