Remove redundant checks in check_service

This commit is contained in:
Gunnar Beutner 2015-03-02 13:23:26 +01:00
parent 3087be2567
commit c426655c44
1 changed files with 1 additions and 2 deletions

View File

@ -209,8 +209,7 @@ die:
CloseServiceHandle(hSCM);
if (hService)
CloseServiceHandle(hService);
if (lpBuf)
delete[] lpBuf;
delete [] lpBuf;
return -1;
}