summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-11-13 15:41:29 +0100
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2011-11-13 15:41:29 +0100
commitcd4cfc841b45022d113b39a2ecefc6951a22c5fe (patch)
tree66d609e305becc3ea5a798cf0e11145bf709adc3 /ChangeLog
parent01166acb9da9ea2aea40349c44d78764f8e2f3cd (diff)
downloadlatrace-notify_leak.tar.gz
latrace-notify_leak.tar.xz
latrace-notify_leak.zip
fifo: Fix leak of notify watchnotify_leak1notify_leak
The watch descriptor was not properly released. Added proper cleanup for both inotify fd and the watch descriptor.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65dff9b..0b84c4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-11-13 Jiri Olsa <olsajiri@gmail.com>
+ * Fix leak of notify watch in fifo code
+
2011-09-05 Jiri Olsa <olsajiri@gmail.com>
* Fixes paraller building like 'make -j16'
(contributed by Tapani Pälli <tapani.palli@intel.com>)