diff options
| -rw-r--r-- | net/sunrpc/auth_gss/gss_rpc_upcall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/gss_rpc_upcall.c b/net/sunrpc/auth_gss/gss_rpc_upcall.c index 1e1ccf539fac..af7ffd447fee 100644 --- a/net/sunrpc/auth_gss/gss_rpc_upcall.c +++ b/net/sunrpc/auth_gss/gss_rpc_upcall.c | |||
| @@ -328,7 +328,6 @@ void gssp_free_upcall_data(struct gssp_upcall_data *data) | |||
| 328 | kfree(data->in_handle.data); | 328 | kfree(data->in_handle.data); |
| 329 | kfree(data->out_handle.data); | 329 | kfree(data->out_handle.data); |
| 330 | kfree(data->out_token.data); | 330 | kfree(data->out_token.data); |
| 331 | kfree(data->mech_oid.data); | ||
| 332 | free_svc_cred(&data->creds); | 331 | free_svc_cred(&data->creds); |
| 333 | } | 332 | } |
| 334 | 333 | ||
