Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix possible crash in IntelliSenseServer.Uninstall() #79

Merged
merged 1 commit into from
May 22, 2019

Conversation

lanfeust69
Copy link
Contributor

If intellisense is disabled, IntelliSenseServer.Install() returns early, but not IntelliSenseServer.Uninstall(), which will then throw a NullReferenceException because environment variable EXCELDNA_INTELLISENSE_SERVERS has not been set.

If intellisense is disabled, IntelliSenseServer.Install() returns early,
but not IntelliSenseServer.Uninstall(), which will then throw a
NullReferenceException because environment variable
EXCELDNA_INTELLISENSE_SERVERS has not been set.
@govert govert merged commit 4ef37e1 into Excel-DNA:master May 22, 2019
@govert
Copy link
Member

govert commented May 22, 2019

Cool - thanks @lanfeust69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants