* Sync with trunk r64401.
[reactos.git] / base / applications / mscutils / servman / start.c
index abdecad..1af7714 100644 (file)
@@ -183,7 +183,7 @@ DoStartService(PMAIN_WND_INFO Info,
     }
 
     if (lpArgsVector)
-        LocalFree(lpArgsVector);
+        LocalFree((LPVOID)lpArgsVector);
 
     return bRet;
 }
@@ -211,4 +211,3 @@ DoStart(PMAIN_WND_INFO Info, LPWSTR lpStartParams)
 
     return bRet;
 }
-