Skip to content

Commit

Permalink
fix bug where file locks weren't released immediately
Browse files Browse the repository at this point in the history
  • Loading branch information
mukunku committed Feb 11, 2024
1 parent 46cf10f commit 14862e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ParquetViewer/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ private string OpenFileOrFolderPath
get => this._openFileOrFolderPath;
set
{
this._openParquetEngine?.Dispose();
this._openFileOrFolderPath = value;
this._openParquetEngine = null;
this.SelectedFields = null;
Expand Down

0 comments on commit 14862e7

Please sign in to comment.