rpcrt4/tests: Only free string when function succeeded.
This commit is contained in:
parent
209acc5c89
commit
f98369f21c
|
@ -283,8 +283,7 @@ todo_wine {
|
||||||
ok(level == RPC_C_AUTHN_LEVEL_PKT_PRIVACY, "expected RPC_C_AUTHN_LEVEL_PKT_PRIVACY, got %d\n", level);
|
ok(level == RPC_C_AUTHN_LEVEL_PKT_PRIVACY, "expected RPC_C_AUTHN_LEVEL_PKT_PRIVACY, got %d\n", level);
|
||||||
ok(authnsvc == RPC_C_AUTHN_WINNT, "expected RPC_C_AUTHN_WINNT, got %d\n", authnsvc);
|
ok(authnsvc == RPC_C_AUTHN_WINNT, "expected RPC_C_AUTHN_WINNT, got %d\n", authnsvc);
|
||||||
todo_wine ok(authzsvc == RPC_C_AUTHZ_NAME, "expected RPC_C_AUTHZ_NAME, got %d\n", authzsvc);
|
todo_wine ok(authzsvc == RPC_C_AUTHZ_NAME, "expected RPC_C_AUTHZ_NAME, got %d\n", authzsvc);
|
||||||
|
if (status == RPC_S_OK) RpcStringFree(&principal);
|
||||||
RpcStringFree(&principal);
|
|
||||||
|
|
||||||
status = RpcMgmtStopServerListening(NULL);
|
status = RpcMgmtStopServerListening(NULL);
|
||||||
ok(status == RPC_S_OK, "RpcMgmtStopServerListening failed (%u)\n",
|
ok(status == RPC_S_OK, "RpcMgmtStopServerListening failed (%u)\n",
|
||||||
|
|
Loading…
Reference in New Issue