mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
dispose other stuff in finally block
This commit is contained in:
parent
81f234e230
commit
b4a33479c6
1 changed files with 5 additions and 3 deletions
|
|
@ -148,9 +148,11 @@ namespace Flow.Launcher.Core.Plugin
|
|||
catch (RemoteMethodNotFoundException e)
|
||||
{
|
||||
}
|
||||
|
||||
RPC?.Dispose();
|
||||
ErrorStream?.Dispose();
|
||||
finally
|
||||
{
|
||||
RPC?.Dispose();
|
||||
ErrorStream?.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue