mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 10:57:43 +01:00
fix crash when deleting a marker
the line (if non-null) is owned by the marker's group, and will be deleted when the group is
This commit is contained in:
parent
35a68ad324
commit
b167e6f2ed
1 changed files with 0 additions and 1 deletions
|
|
@ -333,7 +333,6 @@ ArdourMarker::~ArdourMarker ()
|
|||
|
||||
/* destroying the parent group destroys its contents, namely any polygons etc. that we added */
|
||||
delete group;
|
||||
delete _track_canvas_line;
|
||||
delete points;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue