mshtml: Don't release the frame returned by get_frame_by_name.
commit6a1b12bd8ffca9c16177aac01ac5370f6688c55a
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Tue, 3 Jan 2023 16:27:04 +0000 (3 18:27 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Jan 2023 17:17:54 +0000 (24 18:17 +0100)
treecb9e1fb1f0858bf77f98b6a5041b6ce6a394a037
parentbb82bc78f439ba92ae5a40979c8037dcb10477d4
mshtml: Don't release the frame returned by get_frame_by_name.

It does *not* add a ref to the returned frame.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
dlls/mshtml/htmlwindow.c