diff --git a/SpineViewerCLI/ExportCommand.cs b/SpineViewerCLI/ExportCommand.cs index 058f8dd..9d819c0 100644 --- a/SpineViewerCLI/ExportCommand.cs +++ b/SpineViewerCLI/ExportCommand.cs @@ -320,7 +320,7 @@ namespace SpineViewerCLI spine.Update(warmup < 0 ? spine.GetAnimationMaxDuration() : warmup); spine.Update(result.GetValue(OptTime)); - var exporter = GetExporterFilledWithArgs(result, spine); + using var exporter = GetExporterFilledWithArgs(result, spine); // 创建输出目录 string output = result.GetValue(OptOutput);