Date: Wed, 12 Apr 2006 19:37:32 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95076 for review Message-ID: <200604121937.k3CJbW27037938@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95076 Change 95076 by jhb@jhb_slimer on 2006/04/12 19:36:50 Destroy bar on unload. Submitted by: jet.baldwin.cx (via panic) Affected files ... .. //depot/projects/smpng/sys/modules/crash2/crash2.c#8 edit Differences ... ==== //depot/projects/smpng/sys/modules/crash2/crash2.c#8 (text+ko) ==== @@ -298,6 +298,7 @@ } mtx_destroy(&event_mtx); cv_destroy(&event_cv); + mtx_destroy(&bar); rw_destroy(&foo); return (0); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604121937.k3CJbW27037938>