summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-29 14:27:36 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-29 14:27:36 (GMT)
commitdf579a2d535ce83ec4eab9ac05924f8c2dd0ffac (patch)
tree739604d628774f6f1794828bd3ffef321cdad607 /ChangeLog
parent1558bd267c6d0d5188bcb7fad2db342ba72a2b7c (diff)
Cleaned the code and fixed memory leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4450196..5660ec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
16-10-29 Cyrille Bagard <nocbos@gmail.com>
+ * src/analysis/disass/area.c:
+ * src/analysis/disass/area.h:
+ * src/analysis/disass/fetch.c:
+ Clean the code and fix memory leaks.
+
+16-10-29 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/arm/v7/context.c:
Read GCC warning messages with more care.