mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Fix a double-free, introduced in b06713bd8e
~OptionEditor() already frees all components on every page.
This commit is contained in:
parent
cf98a75558
commit
4bbfb6ce50
2 changed files with 0 additions and 8 deletions
|
|
@ -408,13 +408,6 @@ SessionOptionEditor::SessionOptionEditor (Session* s)
|
|||
set_current_page (_("Timecode"));
|
||||
}
|
||||
|
||||
SessionOptionEditor::~SessionOptionEditor ()
|
||||
{
|
||||
delete _vpu;
|
||||
delete _sf;
|
||||
delete _take_name;
|
||||
}
|
||||
|
||||
void
|
||||
SessionOptionEditor::parameter_changed (std::string const & p)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue