svn commit: r184879 - in user/dfr/gssapi/6/sys: . rpc

Doug Rabson dfr at FreeBSD.org
Wed Nov 12 04:31:04 PST 2008


Author: dfr
Date: Wed Nov 12 12:31:03 2008
New Revision: 184879
URL: http://svn.freebsd.org/changeset/base/184879

Log:
  MFC: 184877

Modified:
  user/dfr/gssapi/6/sys/   (props changed)
  user/dfr/gssapi/6/sys/rpc/clnt_vc.c

Modified: user/dfr/gssapi/6/sys/rpc/clnt_vc.c
==============================================================================
--- user/dfr/gssapi/6/sys/rpc/clnt_vc.c	Wed Nov 12 12:30:45 2008	(r184878)
+++ user/dfr/gssapi/6/sys/rpc/clnt_vc.c	Wed Nov 12 12:31:03 2008	(r184879)
@@ -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