winemenubuilder: Initialize a variable.

oldstable
Austin English 2013-05-29 20:30:22 -07:00 committed by Alexandre Julliard
parent 85f83800e3
commit a0b8d304b7
1 changed files with 1 additions and 1 deletions

View File

@ -3013,7 +3013,7 @@ static BOOL InvokeShellLinkerForURL( IUniformResourceLocatorW *url, LPCWSTR link
{
char *link_name = NULL, *icon_name = NULL;
DWORD csidl = -1;
LPWSTR urlPath;
LPWSTR urlPath = NULL;
char *escaped_urlPath = NULL;
HRESULT hr;
HANDLE hSem = NULL;