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:
Andrey Gusev 2018-06-21 20:03:05 +03:00 committed by Alexandre Julliard
parent 5924321ad6
commit d09c4d9116
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}