From 0f037d5b58b99b65a55d7d9f8580c12acf564183 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Wed, 9 May 2012 07:46:12 +0000 Subject: [PATCH] eio: and don't forget to initialize. SVN revision: 70885 --- legacy/eio/src/lib/eio_monitor.c | 1 + 1 file changed, 1 insertion(+) 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 */