eio monitors no longer trigger a CRI error during free

@fix
This commit is contained in:
Mike Blumenkrantz 2014-03-21 14:20:06 -04:00
parent 1edf113ec0
commit cc6eed2f86
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ _eio_monitor_free(Eio_Monitor *monitor)
eio_monitor_fallback_del(monitor);
}
INF("Stopping monitor on '%s'.", monitor->path);
if (_eio_log_dom_global != -1)
INF("Stopping monitor on '%s'.", monitor->path);
eina_stringshare_del(monitor->path);
free(monitor);