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

Mark unloaded extensions as not fully loaded (fixes #1574) #1606

Merged
merged 1 commit into from
Oct 24, 2021

Conversation

psychonic
Copy link
Member

When extensions are reloaded (as opposed to an unload + load), IExtensionInterface::OnExtensionsAllLoaded is not called. (usually implemented as SDK_OnAllLoaded). With a real unload, the extension object in the extension manager is destroyed. However, with a reload, it gets reused, so this needs to be reset.

@psychonic psychonic merged commit 636161e into master Oct 24, 2021
@psychonic psychonic deleted the issue-1574 branch October 24, 2021 13:52
@asherkin asherkin added the hacktoberfest-accepted opt-in for hacktoberfest prs label Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted opt-in for hacktoberfest prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants