aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2008-12-18 20:38:51 +0000
committerFrederic Culot <calcurse@culot.org>2008-12-18 20:38:51 +0000
commitd59b0e15abd775331cd07a886a37c1035028fe28 (patch)
tree30cf49966dfb511b016e9b964f60102b1d9ba7eb /ChangeLog
parentb1d3178bba66089726e6f93a49af97371bdf5db8 (diff)
downloadcalcurse-d59b0e15abd775331cd07a886a37c1035028fe28.tar.gz
calcurse-d59b0e15abd775331cd07a886a37c1035028fe28.zip
memory leak due to wrong thread usage fixed
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a97fa8..ee98800 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)