PERFORCE change 47773 for review

Robert Watson rwatson at FreeBSD.org
Fri Feb 27 16:29:18 PST 2004


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

Change 47773 by rwatson at rwatson_tislabs on 2004/02/27 16:28:52

	Integ netperf_socket to @45542 so that there's a known
	integration point.

Affected files ...

.. //depot/projects/netperf_socket/sys/dev/ips/ips.c#2 integrate

Differences ...

==== //depot/projects/netperf_socket/sys/dev/ips/ips.c#2 (text+ko) ====

@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/dev/ips/ips.c,v 1.6 2003/11/27 08:37:36 mbr Exp $");
+__FBSDID("$FreeBSD: src/sys/dev/ips/ips.c,v 1.7 2004/01/18 17:34:11 ru Exp $");
 
 #include <dev/ips/ips.h>
 #include <sys/stat.h>
@@ -169,6 +169,7 @@
 	mask = splbio();
 	if(sc->state & IPS_OFFLINE){
 		splx(mask);
+		free(waiter, M_DEVBUF);
 		return EIO;
 	}
 	command = SLIST_FIRST(&sc->free_cmd_list);


More information about the p4-projects mailing list