mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@ class SessionOptionEditor : public OptionEditorWindow
|
|||
{
|
||||
public:
|
||||
SessionOptionEditor (ARDOUR::Session* s);
|
||||
~SessionOptionEditor ();
|
||||
|
||||
private:
|
||||
void parameter_changed (std::string const &);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue