Alexandre Julliard pushed to branch master at wine / wine
Commits: 684b0f6d by Gabriel Ivăncescu at 2025-02-12T11:12:19+01:00 mshtml: Clear the documents list when detaching inner window.
So we don't traverse them again later; they could have been destroyed, but they don't get removed from the list since script_global is set to NULL (which could also be destroyed first).
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - f15864df by Gabriel Ivăncescu at 2025-02-12T11:12:21+01:00 jscript: Use as_jsdisp where object is known to be a jsdisp.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - -
3 changed files:
- dlls/jscript/engine.c - dlls/jscript/jsutils.c - dlls/mshtml/htmlwindow.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/902dcd6e47e5bde8d8f3f053bdb70c...