Skip to content

Commit

Permalink
Updated the FormError() private method of the FrmRepBuilder class to …
Browse files Browse the repository at this point in the history
…remove temporary directories.
  • Loading branch information
xvitaly committed Dec 7, 2024
1 parent c823f4c commit 5d3941d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/srcrepair/FrmRepBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ private void FormError()
{
FormFinalize();
RemoveReportFile();
CleanupDirectories();
Close();
}

Expand Down

0 comments on commit 5d3941d

Please sign in to comment.