winex11.drv: Move condition to the proper place.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5924321ad6
commit
d09c4d9116
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue