Skip to content

Commit

Permalink
Minor change to FFXIVNetworkMonitor clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
ravahn committed Mar 27, 2018
1 parent 3b2f0ae commit 8af7afa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Machina.FFXIV/FFXIVNetworkMonitor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ public void Start()
/// </summary>
public void Stop()
{
_monitor.DataSent = null;
_monitor.DataReceived = null;
_monitor?.Stop();
_monitor = null;

Expand Down

0 comments on commit 8af7afa

Please sign in to comment.