Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hant-hub committed Dec 28, 2024
1 parent afb291d commit 2bb31be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/testing/TestSDKEngineRecreation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int TestSDKEngineRecreation(int argc, char* argv[])
{
f3d::engine* eng2 = new f3d::engine(f3d::engine::create(false));
eng2->getInteractor().playInteraction(interactionFilePath);
delete eng2;
}
delete eng2;
return EXIT_SUCCESS;
}

0 comments on commit 2bb31be

Please sign in to comment.