Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

[Windows] Explicit destroy WindowsLoopData after returning from message loop #20

Open
mzji opened this issue Jul 8, 2017 · 0 comments

Comments

@mzji
Copy link

mzji commented Jul 8, 2017

i.e. Insert following code between line 260 and line 261 of file src/api/win32/mod.rs @ rev 3a013db :

                // Destroy window info. Causes deadlock in release build.
                WININFO_STASH.with(|stash| {
                    (*stash.borrow_mut()) = None;
                });
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant