diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-03-13 22:29:55 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-03-13 22:29:55 (GMT) |
commit | 5c1636199a06965c549f748014d582dcb85ba7df (patch) | |
tree | e70aa1a094b5b6538b02a6aa1576d33b3c3f8c3e /ChangeLog | |
parent | 3aa59dafae3c0d6f3f158db284b1b2af2246b173 (diff) |
Updated and improved without testing the old process of computing limits for routines.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@490 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +15-03-13 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/area.c: + Free allocated memory as expected. + + * src/analysis/disass/limit.c: + * src/analysis/disass/limit.h: + Update and improve without testing the old process of computing limits + for routines. + 15-03-11 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/macro.c: |