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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user