]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix leaks in probestart, probedone, and scsi_scan_bus. Also free
authorEd Maste <emaste@FreeBSD.org>
Tue, 14 Jul 2009 17:26:37 +0000 (17:26 +0000)
committerEd Maste <emaste@FreeBSD.org>
Tue, 14 Jul 2009 17:26:37 +0000 (17:26 +0000)
commit399831bce6dab31c4f24746aeae5bfde95144039
tree4608153ca01a775e1a45017566c35214088f30f8
parent0b73e40339f7d671080ea5b88c5eb627c53d64e7
Fix leaks in probestart, probedone, and scsi_scan_bus.  Also free
page_list using the matching malloc type for the allocation.

Approved by: re
Reviewed by: scottl [1]
MFC after: 1 week

[1] Original patch was against xpt_cam.c, prior to the cam refactoring.
sys/cam/scsi/scsi_xpt.c