fix for nfs41_rpc_clnt_create
This commit is contained in:
parent
1196182a8e
commit
21ee8ccaad
1 changed files with 1 additions and 1 deletions
|
|
@ -209,9 +209,9 @@ out:
|
||||||
return status;
|
return status;
|
||||||
out_err_client:
|
out_err_client:
|
||||||
clnt_destroy(client);
|
clnt_destroy(client);
|
||||||
|
free(server_name);
|
||||||
out_free_rpc_cond:
|
out_free_rpc_cond:
|
||||||
CloseHandle(rpc->cond);
|
CloseHandle(rpc->cond);
|
||||||
free(server_name);
|
|
||||||
out_free_rpc_clnt:
|
out_free_rpc_clnt:
|
||||||
free(rpc);
|
free(rpc);
|
||||||
goto out;
|
goto out;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue