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

Fixed process not exiting in Windows XP #190

Merged
merged 1 commit into from
Oct 23, 2013
Merged

Fixed process not exiting in Windows XP #190

merged 1 commit into from
Oct 23, 2013

Conversation

rastating
Copy link
Contributor

Added a handler assignment on the first call to CefSharp::Initialize
which will ensure CEF is shutdown properly should the calling program
not manually call the shutdown method before the process exits.

This bug only seems to affect Windows XP, however I have tested on both
Windows XP and Windows 7 and with this change neither have any ghost
processes left over after the program calling CefSharp exits.

This commit fixes #80

Added a handler assignment on the first call to CefSharp::Initialize
which will ensure CEF is shutdown properly should the calling program
not manually call the shutdown method before the process exits.

This bug only seems to affect Windows XP, however I have tested on both
Windows XP and Windows 7 and with this change neither have any ghost
processes left over after the program calling CefSharp exits.

This commit fixes #80
perlun added a commit that referenced this pull request Oct 23, 2013
Fixed the "process not exiting in Windows XP" bug.
@perlun perlun merged commit fb49fab into cefsharp:CefSharp1 Oct 23, 2013
@perlun
Copy link
Member

perlun commented Oct 23, 2013

Thanks @rastating! 😄 Of course, it's much better to have this fixed than just ignoring Windows XP, so I'm glad you could help out.

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