projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c172471
)
[PCMCIA MTD] Fix leak and crash on reboot
author
Sean Young
<sean@mess.org>
Wed, 17 May 2006 10:47:48 +0000
(11:47 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Wed, 17 May 2006 10:47:48 +0000
(11:47 +0100)
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/maps/pcmciamtd.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/maps/pcmciamtd.c
b/drivers/mtd/maps/pcmciamtd.c
index d27f4129afd3c952b5e5f33d85cec2e73d41584a..c861134cbc48d253ccc3530568402b0de0665441 100644
(file)
--- a/
drivers/mtd/maps/pcmciamtd.c
+++ b/
drivers/mtd/maps/pcmciamtd.c
@@
-713,6
+713,7
@@
static void pcmciamtd_detach(struct pcmcia_device *link)
if(dev->mtd_info) {
del_mtd_device(dev->mtd_info);
+ map_destroy(dev->mtd_info);
info("mtd%d: Removed", dev->mtd_info->index);
}