user32: Avoid dereferencing NULL pointer in a trace.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Dmitry Timoshkov 2016-04-07 07:50:54 +02:00 committed by Alexandre Julliard
parent b49601b5ce
commit e37e0f2743
1 changed files with 1 additions and 1 deletions

View File

@ -3472,7 +3472,7 @@ BOOL WINAPI FlashWindowEx( PFLASHWINFO pfinfo )
{
WND *wndPtr;
TRACE( "%p\n", pfinfo->hwnd );
TRACE( "%p\n", pfinfo );
if (!pfinfo)
{