Skip to content

Commit

Permalink
Fix Windows crash on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
asb2m10 committed Jul 9, 2022
1 parent 6832d7e commit a613112
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Source/CartManager.cpp
Expand Up @@ -137,8 +137,8 @@ CartManager::CartManager(DexedAudioProcessorEditor *editor) : Component("CartMan

CartManager::~CartManager() {
timeSliceThread->stopThread(500);
cartBrowserList;
timeSliceThread;
cartBrowser.reset(NULL);
cartBrowserList.reset(NULL);
}

void CartManager::paint(Graphics &g) {
Expand Down
2 changes: 1 addition & 1 deletion libs/JUCE
Submodule JUCE updated 109 files

0 comments on commit a613112

Please sign in to comment.