13
0

Fix double-delete crash.

git-svn-id: svn://localhost/ardour2/branches/3.0@6232 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-12-01 00:58:01 +00:00
parent 273c35e3a9
commit 63f5e14e01

View File

@ -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) {