Commit a0b8d304 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

winemenubuilder: Initialize a variable.

parent 85f83800
......@@ -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;
......
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