Skip to content

Commit

Permalink
samples: clean-up automation objects in gltf-viewer (#8285)
Browse files Browse the repository at this point in the history
  • Loading branch information
poweifeng authored Nov 19, 2024
1 parent ffd32e9 commit 0803987
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions samples/gltf_viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,8 @@ int main(int argc, char** argv) {
delete app.resourceLoader;
delete app.stbDecoder;
delete app.ktxDecoder;
delete app.automationSpec;
delete app.automationEngine;

AssetLoader::destroy(&app.assetLoader);
};
Expand Down

0 comments on commit 0803987

Please sign in to comment.