close eeze_scanner on efm shutdown if we started it

SVN revision: 73551
This commit is contained in:
Mike Blumenkrantz 2012-07-11 06:41:19 +00:00
parent ff1224d07d
commit db8156c94b
1 changed files with 1 additions and 0 deletions

View File

@ -749,6 +749,7 @@ _e_fm_main_eeze_init(void)
void
_e_fm_main_eeze_shutdown(void)
{
if (scanner) ecore_exe_free(scanner);
eeze_mount_tabs_unwatch();
eeze_shutdown();
ecore_con_shutdown();