eio: and don't forget to initialize.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 9 May 2012 07:46:12 +0000 (07:46 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 9 May 2012 07:46:12 +0000 (07:46 +0000)
SVN revision: 70885

legacy/eio/src/lib/eio_monitor.c

index ec3c9f5..50d9ef4 100644 (file)
@@ -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 */