Skip to content

Commit

Permalink
Fix(AutoUpdate::Downloader): Fix crash when closing the download notify.
Browse files Browse the repository at this point in the history
Fixes SOUNDSWITCH-22
  • Loading branch information
Belphemur committed May 15, 2021
1 parent 1c9556f commit 58044d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoundSwitch/UI/Forms/UpdateDownloadForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private void installButton_Click(object sender, EventArgs e)

private void UpdateDownloadForm_FormClosing(object sender, FormClosingEventArgs e)
{
_releaseFile = null;
_releaseFile.CancelDownload();
}
}
}

0 comments on commit 58044d1

Please sign in to comment.