mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 12:12:23 +01:00
Fix another possible case of crashing on exit
This commit is contained in:
@@ -872,6 +872,8 @@ void ProjectWindow::RedrawProject(const bool bForceWaveTracks /*= false*/)
|
||||
|
||||
if (!pThis)
|
||||
return;
|
||||
if (pThis->IsBeingDeleted())
|
||||
return;
|
||||
|
||||
auto &project = pThis->mProject ;
|
||||
auto &tracks = TrackList::Get( project );
|
||||
|
||||
Reference in New Issue
Block a user