Skip to content

Commit

Permalink
fix crash when optimization is stoped
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Nov 20, 2024
1 parent 0fce1bb commit 9155ae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/firestarter/Firestarter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ void Firestarter::mainThread() {

// wait here until optimizer thread terminates
Firestarter::Optimizer->join();
Firestarter::Optimizer.reset();

auto PayloadItems = Environment->config().settings().instructionGroupItems();

Expand Down

0 comments on commit 9155ae2

Please sign in to comment.