mirror of
https://github.com/torvalds/linux.git
synced 2026-05-17 02:56:31 +02:00
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 | ||