kfree(host->card) has been called in put_device so that
another kfree would raise cause a double-free bug.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| memstick.c | ||
| ms_block.c | ||
| ms_block.h | ||
| mspro_block.c | ||
kfree(host->card) has been called in put_device so that
another kfree would raise cause a double-free bug.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| memstick.c | ||
| ms_block.c | ||
| ms_block.h | ||
| mspro_block.c | ||