dfranx / ImFileDialog

A file dialog library for Dear ImGui
MIT License
495 stars 57 forks source link

fixed use after free #34

Open kamisori opened 4 months ago

kamisori commented 4 months ago

ran my app with valgrind and it found a use after free with line 930 to blame which drops p before it is then used in lines 942, 944, 949 and 951:

930:

m_content.clear(); // p == "" after this line, due to reference