Skip to content

Commit

Permalink
Dispose Poe Process
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Feb 24, 2020
1 parent 58e5414 commit d0a9f86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lurker.UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.4.0")]
[assembly: AssemblyFileVersion("1.4.4.0")]
[assembly: AssemblyVersion("1.4.5.0")]
[assembly: AssemblyFileVersion("1.4.5.0")]
1 change: 1 addition & 0 deletions src/Lurker/ClientLurker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ private async void WaitForExit()
await Task.Run(() =>
{
this.PathOfExileProcess.WaitForExit(WaitingTime);
this.PathOfExileProcess.Dispose();

// Sometime WaitForExit fire a false positive
var process = this.GetProcess();
Expand Down

0 comments on commit d0a9f86

Please sign in to comment.