Added missing release_object.

This commit is contained in:
Mike McCormack 2003-02-19 00:38:12 +00:00 committed by Alexandre Julliard
parent e66207ebfc
commit 7034e8be67
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}