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;
|
||||
out_err_client:
|
||||
clnt_destroy(client);
|
||||
free(server_name);
|
||||
out_free_rpc_cond:
|
||||
CloseHandle(rpc->cond);
|
||||
free(server_name);
|
||||
out_free_rpc_clnt:
|
||||
free(rpc);
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue