[dahdi-commits] fjoe: freebsd/trunk r8664 - /freebsd/trunk/drivers/dahdi/wctdm.c

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue May 18 01:58:57 CDT 2010


Author: fjoe
Date: Tue May 18 01:58:53 2010
New Revision: 8664

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8664
Log:
Add missing spin_lock_destroy() call.

Modified:
    freebsd/trunk/drivers/dahdi/wctdm.c

Modified: freebsd/trunk/drivers/dahdi/wctdm.c
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/drivers/dahdi/wctdm.c?view=diff&rev=8664&r1=8663&r2=8664
==============================================================================
--- freebsd/trunk/drivers/dahdi/wctdm.c (original)
+++ freebsd/trunk/drivers/dahdi/wctdm.c Tue May 18 01:58:53 2010
@@ -3141,6 +3141,7 @@
 	/* Release resources */
 	wctdm_release_resources(wc);
 
+	spin_lock_destroy(&wc->lock);
 	return (0);
 }
 




More information about the dahdi-commits mailing list