]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
acpi_ec: clean up 'private' ivar when freeing memory to which it points
authoravg <avg@FreeBSD.org>
Mon, 18 Jan 2010 10:30:11 +0000 (10:30 +0000)
committeravg <avg@FreeBSD.org>
Mon, 18 Jan 2010 10:30:11 +0000 (10:30 +0000)
commit7651eba9b11e2f3296eeb30804767f6f751617b2
tree5ba044e962a9803c20379a00a1b1e7e0c24dd612
parent553c4a5e4f365e0af1a88fb033ffdac2fe4c4f0b
acpi_ec: clean up 'private' ivar when freeing memory to which it points

This is not only a prudent thing to do, but also makes sure that probe
method is not confused by non-NULL 'private', if the previous attach
attempt fails for any reason.

PR: kern/142561
Tested by: Alex Goncharov <alex-goncharov@comcast.net>
MFC after: 4 days
sys/dev/acpica/acpi_ec.c