Commit e37e0f27 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

user32: Avoid dereferencing NULL pointer in a trace.

parent b49601b5
...@@ -3472,7 +3472,7 @@ BOOL WINAPI FlashWindowEx( PFLASHWINFO pfinfo ) ...@@ -3472,7 +3472,7 @@ BOOL WINAPI FlashWindowEx( PFLASHWINFO pfinfo )
{ {
WND *wndPtr; WND *wndPtr;
TRACE( "%p\n", pfinfo->hwnd ); TRACE( "%p\n", pfinfo );
if (!pfinfo) if (!pfinfo)
{ {
......
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