close after fdh del

SVN revision: 50671
This commit is contained in:
Carsten Haitzler 2010-07-30 02:53:46 +00:00
parent 6dd1042033
commit 0caf090e66
1 changed files with 1 additions and 1 deletions

View File

@ -401,8 +401,8 @@ eeze_udev_watch_del(Eeze_Udev_Watch * watch)
if ((!watch) || (!watch->mon) || (!watch->handler))
return NULL;
udev_monitor_unref(watch->mon);
sdata = ecore_main_fd_handler_del(watch->handler);
udev_monitor_unref(watch->mon);
if (sdata)
{