PERFORCE change 156599 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Jan 24 01:58:16 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=156599

Change 156599 by hselasky at hselasky_laptop001 on 2009/01/24 09:57:15

	
	Add missing node unref. Explained by:
	Maksim Yevmenkin

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb2/bluetooth/ng_ubt2.c#18 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb2/bluetooth/ng_ubt2.c#18 (text+ko) ====

@@ -1292,6 +1292,7 @@
 		UBT_UNLOCK(sc);
 
 		NG_NODE_SET_PRIVATE(node, NULL);
+		NG_NODE_UNREF(node);
 	} else
 		NG_NODE_REVIVE(node); /* tell ng_rmnode we are persisant */
 


More information about the p4-projects mailing list