user32: Don't free a clip region twice.

This commit is contained in:
Alexandre Julliard 2012-10-17 21:40:18 +02:00
parent 091c342f32
commit 6cda76fd99
1 changed files with 0 additions and 1 deletions

View File

@ -790,7 +790,6 @@ void move_window_bits( HWND hwnd, struct window_surface *old_surface,
bits, info, DIB_RGB_COLORS );
old_surface->funcs->unlock( old_surface );
ReleaseDC( hwnd, hdc );
DeleteObject( rgn );
}
}