diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file_monitor_inotify.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ecore_file/ecore_file_monitor_inotify.c b/src/lib/ecore_file/ecore_file_monitor_inotify.c index d13eb2719d..988893de4f 100644 --- a/src/lib/ecore_file/ecore_file_monitor_inotify.c +++ b/src/lib/ecore_file/ecore_file_monitor_inotify.c | |||
@@ -108,6 +108,7 @@ ecore_file_monitor_backend_shutdown(void) | |||
108 | ecore_main_fd_handler_del(_fdh); | 108 | ecore_main_fd_handler_del(_fdh); |
109 | if (fd > -1) | 109 | if (fd > -1) |
110 | close(fd); | 110 | close(fd); |
111 | _fdh = NULL; | ||
111 | } | 112 | } |
112 | eina_hash_free(monitor_hash); | 113 | eina_hash_free(monitor_hash); |
113 | monitor_hash = NULL; | 114 | monitor_hash = NULL; |