Skip to content

Commit

Permalink
remove unnecessary core susspend in shutdown code
Browse files Browse the repository at this point in the history
ref: #5112
  • Loading branch information
myk002 committed Dec 21, 2024
1 parent 5750159 commit ebac377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2416,7 +2416,6 @@ int Core::Shutdown ( void )
d->hotkeythread.join();
d->iothread.join();

CoreSuspender suspend;
if(plug_mgr)
{
delete plug_mgr;
Expand Down

0 comments on commit ebac377

Please sign in to comment.