Open kamisori opened 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
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: