sebastianbiallas / ht

The HT Editor: A file editor/viewer/analyzer for executables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]Two Potential Bugs of Memory Leak

ash1852 opened this issue · comments

hello , I found two potential bugs of file memory leak ,would you help me check if these bugs are true?Thank you for your patience and effort.

==============================================================================

step 1 :
In file ht/info/infoview.cc , function ht_info_viewer::init line 388 :
Allocate memory to f, the allocated memory is leaked

==============================================================================

step 1 :
In file ht/info/infoview.cc , function ht_info_viewer::init line 390 :
Allocate memory to s, the allocated memory is leaked

That is not enough of a description of what should cause the leak to say, but I do not see anything that suggests there is a leak, so it seems unlikely.