mirror of
https://github.com/schoebel/mars
synced 2024-12-29 02:12:53 +00:00
fixed mem leak in say infrastructure
This commit is contained in:
parent
682f13c637
commit
17d6b4dada
@ -590,7 +590,6 @@ void __exit exit_brick_mem(void)
|
||||
#endif
|
||||
|
||||
brick_mem_statistics();
|
||||
exit_say();
|
||||
}
|
||||
|
||||
#ifndef CONFIG_MARS_HAVE_BIGMODULE
|
||||
|
@ -3401,6 +3401,7 @@ static void __exit exit_light(void)
|
||||
}
|
||||
#endif
|
||||
MARS_DBG("====================== stopped everything.\n");
|
||||
exit_say();
|
||||
}
|
||||
|
||||
static int __init init_light(void)
|
||||
|
Loading…
Reference in New Issue
Block a user