memory leak due to wrong thread usage fixed

This commit is contained in:
Frederic Culot
2008-12-18 20:38:51 +00:00
parent b1d3178bba
commit d59b0e15ab
8 changed files with 132 additions and 121 deletions

View File

@@ -1,3 +1,8 @@
2008-12-18 Frederic Culot <frederic@culot.org>
* src/notify.c (notify_check_next_app): create thread detached to
avoid a memory leak
2008-12-15 Frederic Culot <frederic@culot.org>
* src/todo.c (todo_delete)