fixed mem leak in say infrastructure

This commit is contained in:
Thomas Schoebel-Theuer 2012-01-10 11:29:22 +01:00 committed by Thomas Schoebel-Theuer
parent 682f13c637
commit 17d6b4dada
2 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,6 @@ void __exit exit_brick_mem(void)
#endif
brick_mem_statistics();
exit_say();
}
#ifndef CONFIG_MARS_HAVE_BIGMODULE

View File

@ -3401,6 +3401,7 @@ static void __exit exit_light(void)
}
#endif
MARS_DBG("====================== stopped everything.\n");
exit_say();
}
static int __init init_light(void)