summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-07-14 10:21:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-07-14 10:21:23 (GMT)
commit14639bc1b49ded61ce4fe674bf5dbb5a6345d734 (patch)
tree98ba2f4c045ff08c1ce9c46010fea06eb298a9a4 /ChangeLog
parentd7f78fe9a75d96b6f3d441335dcf50a5c026d8ea (diff)
Fixed some atomic accesses and a few memory leaks in flat arrays.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9064308..0fd0682 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+17-07-14 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/common/array.c:
+ Fix some atomic accesses and a few memory leaks in flat arrays.
+
17-07-13 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/db/items/comment.c: