summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-05-22 19:59:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-05-22 19:59:03 (GMT)
commit1c96d0ae943b45f71954c1772aa94f78bafdf656 (patch)
tree6f8ec37cd76ac07e986f08a65c588b04051cedad /ChangeLog
parent16f07d7609b71e7cbbed0dce438ed94fb96d089e (diff)
Fixed a memory leak with the built list of disassembling areas.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 836a798..1a4b6cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+17-05-22 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
+ Fix a memory leak with the built list of disassembling areas.
+
17-05-21 Cyrille Bagard <nocbos@gmail.com>
* src/arch/instruction-int.h: