OSDN Git Service

USB: serial: garmin_gps: fix memory leak on probe errors
authorJohan Hovold <johan@kernel.org>
Wed, 11 Oct 2017 12:02:58 +0000 (14:02 +0200)
committerJohan Hovold <johan@kernel.org>
Wed, 11 Oct 2017 13:24:42 +0000 (15:24 +0200)
commit74d471b598444b7f2d964930f7234779c80960a0
tree6bc9817f49124c91423aa2d644d51bf13e63f9ef
parent19a565d9af6e0d828bd0d521d3bafd5017f4ce52
USB: serial: garmin_gps: fix memory leak on probe errors

Make sure to free the port private data before returning after a failed
probe attempt.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Cc: stable <stable@vger.kernel.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/garmin_gps.c