Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Dec 20, 2023
1 parent eba236f commit 3b61b9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ namespace wrench {
*/
void BareMetalComputeService::cleanup(bool has_returned_from_main, int return_value) {
// Do the default behavior (which will throw as this is not a fault-tolerant service)
std::cerr << "IN BARED METAL COMPUTE SERVICE CLEANUP\n";
Service::cleanup(has_returned_from_main, return_value);

this->action_execution_service = nullptr;// to avoid leak due to circular refs
Expand Down

0 comments on commit 3b61b9c

Please sign in to comment.