1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

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

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