fix for nfs41_rpc_clnt_create

This commit is contained in:
unknown 2010-12-10 12:54:17 -05:00
parent 1196182a8e
commit 21ee8ccaad

View file

@ -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;