dfranx / ImFileDialog

A file dialog library for Dear ImGui
MIT License
521 stars 60 forks source link

fixed use after free #34

Open kamisori opened 9 months ago

kamisori commented 9 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