svn commit: r184878 - in user/dfr/gssapi/7/sys: . rpc
Doug Rabson
dfr at FreeBSD.org
Wed Nov 12 04:30:46 PST 2008
Author: dfr
Date: Wed Nov 12 12:30:45 2008
New Revision: 184878
URL: http://svn.freebsd.org/changeset/base/184878
Log:
MFC: 184877
Modified:
user/dfr/gssapi/7/sys/ (props changed)
user/dfr/gssapi/7/sys/rpc/clnt_vc.c
Modified: user/dfr/gssapi/7/sys/rpc/clnt_vc.c
==============================================================================
--- user/dfr/gssapi/7/sys/rpc/clnt_vc.c Wed Nov 12 12:21:18 2008 (r184877)
+++ user/dfr/gssapi/7/sys/rpc/clnt_vc.c Wed Nov 12 12:30:45 2008 (r184878)
@@ -299,6 +299,7 @@ clnt_vc_create(
err:
if (cl) {
if (ct) {
+ mtx_destroy(&ct->ct_lock);
mem_free(ct, sizeof (struct ct_data));
}
if (cl)
More information about the svn-src-user
mailing list