diff options
-rw-r--r-- | linux_mtd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux_mtd.c b/linux_mtd.c index ae8bef2f..d2df95ef 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; } |