also null pointers

SVN revision: 62874
This commit is contained in:
Mike Blumenkrantz 2011-08-26 19:18:00 +00:00
parent e542c7fa0c
commit 4efb357aab
1 changed files with 3 additions and 0 deletions

View File

@ -433,7 +433,10 @@ eeze_mount_tabs_unwatch(void)
return;
ecore_file_monitor_del(_mtab_mon);
_mtab_mon = NULL;
ecore_file_monitor_del(_fstab_mon);
_fstab_mon = NULL;
watching = EINA_FALSE;
}
EAPI Eina_Bool