Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Valgrind memcheck が、無効な解放/削除/再割り当てを報告しています。
この解放/削除がどこから来ているかを調べる方法はありますか? これは何らかのデストラクタで発生していると思われます。
私が使用するvalgrindオプションは次のとおりです。
valgrind --track-origins=yes --leak-check=full --show-reachable=yes
Track Origins は、フリーがどこから来たかを教えてくれます。