eio: memory leak--.

SVN revision: 74792
This commit is contained in:
Cedric BAIL 2012-08-02 08:10:18 +00:00
parent 917ce85269
commit d59b7badac
3 changed files with 9 additions and 3 deletions

View File

@ -1,11 +1,15 @@
2012-04-26 Carsten Haitzler (The Rasterman)
2012-04-26 Carsten Haitzler (The Rasterman)
* 1.0.0 release
2012-04-30 Jérôme Pinot
2012-04-30 Jérôme Pinot
* Fix build out of tree.
2012-05-09 Cedric Bail
2012-05-09 Cedric Bail
* Actually test if we are really requesting to monitor the same file.
2012-08-02 Cedric Bail
* Fix a memory leak when shutting down fallback monitor.

View File

@ -8,6 +8,7 @@ Additions:
Fixes:
- build out of tree.
- detect when requesting to monitor a different file with the same name.
- memory leak when shutting down fallback monitor.
Improvements:

View File

@ -340,6 +340,7 @@ eio_monitor_fallback_del(Eio_Monitor *monitor)
ecore_thread_cancel(backend->work);
return ;
}
eina_hash_free(backend->children);
free(backend);
}