advapi32: Remove redundant NULL check before SERV_free (found by Smatch).

oldstable
James Hawkins 2006-10-05 19:38:07 -07:00 committed by Alexandre Julliard
parent b96ac00764
commit ca118989f4
1 changed files with 1 additions and 2 deletions

View File

@ -433,7 +433,6 @@ static BOOL service_handle_start(HANDLE pipe, service_data *service, DWORD count
goto end;
}
if (service->args)
SERV_free(service->args);
service->args = args;
args = NULL;