mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Fix double-delete crash.
git-svn-id: svn://localhost/ardour2/branches/3.0@6232 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
273c35e3a9
commit
63f5e14e01
1 changed files with 1 additions and 0 deletions
|
|
@ -402,6 +402,7 @@ AudioPlaylist::check_dependents (boost::shared_ptr<Region> r, bool norefresh)
|
|||
OverlapType c = top->coverage (bottom->position(), bottom->last_frame());
|
||||
|
||||
delete touched_regions;
|
||||
touched_regions = 0;
|
||||
|
||||
try {
|
||||
switch (c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue