-
96837afc
by Gabriel Ivăncescu at 2025-04-03T22:55:56+02:00
mshtml: Don't mess with the outer window if we're already detached.
Since now we always keep outer_window pointer valid (if it exists), we
could e.g. unlink location props from an already detached inner window. This
restores previous behavior on detach.
Fixes a regression introduced by 7c11ce8d44f1758a855c4d3c976825f8afe5fbb2.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
73b9ebb6
by Gabriel Ivăncescu at 2025-04-03T22:55:58+02:00
jscript: Don't leak when popping (u)int values off the stack.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
099e3598
by Gabriel Ivăncescu at 2025-04-03T22:55:58+02:00
jscript: Don't leak when return value of host constructor is not used.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>