mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
[Summary] Adding deletion of _touch_cursor into the destructor
This commit is contained in:
parent
abb85e0c1b
commit
9124eaec6a
1 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ Fader::Fader (Gtk::Adjustment& adj,
|
|||
|
||||
Fader::~Fader ()
|
||||
{
|
||||
if (_touch_cursor) {
|
||||
delete _touch_cursor;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue