Memory leak after opening the "Create Structure" dialog #4779
Closed
Description
Version and Platform (required):
- Binary Ninja Version: 3.6.4667-dev (2dce02db)
- OS: macOS
- OS Version: 14.1.1 (23B81)
- CPU Architecture: M1
Bug Description:
There is a memory leak on the binary view object if I used the "create structure" functionality by pressing "S"
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
- Open any binary
- Swtich to HLIL, select any variable
- Press "S" to call up the "Create Structure" dialog
- Press Enter to accept the default settings
- Close the binary
- Run
get_memory_usage_info
in the Python console and observer the leak
Expected Behavior:
No memory leak on the binary view object
Additional Information:
I noticed this issue while working with #4766
Metadata
Assignees
Labels
No labels