Seggie-- when trying to remove a non-existant task (eg. when mounting, no task is created).

SVN revision: 37670
This commit is contained in:
Chidambar Zinnoury 2008-11-16 11:53:02 +00:00
parent 25102ccbcb
commit 773ebeaca6
1 changed files with 1 additions and 1 deletions

View File

@ -1172,7 +1172,7 @@ _e_fm_monitor_end(int id, const char *path)
}
task = _e_fm_task_get(id);
_e_fm_task_remove(task);
if (task) _e_fm_task_remove(task);
}
static E_Fm_Task *