the monitor was deleted twice

SVN revision: 30942
This commit is contained in:
Viktor Kojouharov 2007-07-23 16:25:38 +00:00
parent d6f9cc797e
commit 35495cc97f
1 changed files with 1 additions and 5 deletions

View File

@ -119,11 +119,7 @@ ecore_file_monitor_inotify_add(const char *path,
if (ecore_file_exists(em->path))
{
if (!_ecore_file_monitor_inotify_monitor(em, em->path))
{
printf("inotify_add_watch error\n");
ecore_file_monitor_inotify_del(em);
return NULL;
}
return NULL;
}
else
{