28c8dbf128e5ad84437476b1a8841fff3ec9519a
This happens in in Ardour's Preference dialog with e.g. BufferingOptions: ~OptionEditorContainer deletes the Option, which in turn deletes the Widget BufferingOptions:_buffering_presets_combo Since the widget is not managed it is not removed from its parent. Later ~OptionEditorContainer disposes the page layout, which eventually also calls the Frame d'tor, causing a heap-use-after-free.
Please see the Ardour web site at https://ardour.org/ for all documentation..
For information on building ardour:
https://ardour.org/development.html
Description
Languages
C++
56.5%
C
39.6%
JavaScript
1.3%
Lua
0.9%
Python
0.6%
Other
0.9%