diff --git a/legacy/eio/src/lib/eio_monitor.c b/legacy/eio/src/lib/eio_monitor.c index ec3c9f54a4..50d9ef4dca 100644 --- a/legacy/eio/src/lib/eio_monitor.c +++ b/legacy/eio/src/lib/eio_monitor.c @@ -299,6 +299,7 @@ eio_monitor_stringshared_add(const char *path) monitor->path = eina_stringshare_ref(path); monitor->fallback = EINA_FALSE; monitor->rename = EINA_FALSE; + monitor->delete_me = EINA_FALSE; EINA_REFCOUNT_INIT(monitor); EINA_REFCOUNT_REF(monitor); /* as we spawn a thread for this monitor, we need to refcount specifically for it */