diff options
| -rw-r--r-- | drivers/usb/storage/isd200.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/storage/isd200.c b/drivers/usb/storage/isd200.c index 9d3f28b92cbe..971d13dd5e65 100644 --- a/drivers/usb/storage/isd200.c +++ b/drivers/usb/storage/isd200.c | |||
| @@ -1230,6 +1230,7 @@ static int isd200_get_inquiry_data( struct us_data *us ) | |||
| 1230 | 1230 | ||
| 1231 | /* Free driver structure */ | 1231 | /* Free driver structure */ |
| 1232 | us->extra_destructor(info); | 1232 | us->extra_destructor(info); |
| 1233 | kfree(info); | ||
| 1233 | us->extra = NULL; | 1234 | us->extra = NULL; |
| 1234 | us->extra_destructor = NULL; | 1235 | us->extra_destructor = NULL; |
| 1235 | } | 1236 | } |
