Commit d09c4d91 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

winex11.drv: Move condition to the proper place.

parent 5924321a
......@@ -1627,8 +1627,8 @@ static void EVENT_DropURLs( HWND hWnd, XClientMessageEvent *event )
PostMessageA( hWnd, WM_DROPFILES, (WPARAM)hDrop, 0L );
}
}
if( p_data ) XFree(p_data);
}
if( p_data ) XFree(p_data);
}
......
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