summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-11 15:28:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-11 15:28:50 (GMT)
commitf2f54bba0c4db6f5fff3746b40be174617ce693f (patch)
tree1e24f7a99b2c3c26d9fa30a9460fc9a11cf665f2 /ChangeLog
parent009f00f18ef49295a55e6389c0687d0d767f45b0 (diff)
Fixed a memory leak in the disassembling process.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a72f452..e9fa1ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+17-03-11 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/disass/area.c:
+ Fix a memory leak in the disassembling process.
+
17-03-08 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/disass/links.c: