Commit 7034e8be authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Added missing release_object.

parent e66207eb
......@@ -1051,6 +1051,7 @@ static int get_hardware_message( struct thread *thread, struct message *first,
win != filter_win && !is_child_window( filter_win, win )))
{
clear_bits &= ~get_hardware_msg_bit( msg );
release_object( win_thread );
msg = msg->next;
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment