summaryrefslogtreecommitdiffstats
path: root/linux_mtd.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux_mtd.c')
-rw-r--r--linux_mtd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux_mtd.c b/linux_mtd.c
index ae8bef2fe..d2df95ef2 100644
--- a/linux_mtd.c
+++ b/linux_mtd.c
@@ -404,5 +404,6 @@ int linux_mtd_init(void)
ret = 0;
linux_mtd_init_exit:
+ free(param);
return ret;
}