1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-05 17:28:47 +00:00

server: Remove no-op raw_msg.foreground release.

It's previously set to NULL and never updated.
This commit is contained in:
Rémi Bernon 2021-10-04 20:44:12 +02:00 committed by Alexandre Julliard
parent 71afae901f
commit 9804210966

View File

@ -2043,8 +2043,6 @@ static void queue_custom_hardware_message( struct desktop *desktop, user_handle_
msg_data->rawinput = input->hw.rawinput;
enum_processes( queue_rawinput_message, &raw_msg );
if (raw_msg.foreground) release_object( raw_msg.foreground );
return;
}