diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-05-23 21:24:17 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-05-23 21:24:17 (GMT) |
commit | 3d2576f58690dc3069d918f5a737192028e45f8b (patch) | |
tree | bf7ba151d4e610d693dc552adc3aa2b8f1e62c42 /ChangeLog | |
parent | 1c96d0ae943b45f71954c1772aa94f78bafdf656 (diff) |
Fixed memory leaks by destroying delayed works after processing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +17-05-23 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/disass/area.c: + Keep some collectors for later processing. + + * src/analysis/disass/output.c: + Delete all references to dead objects as intented. + + * src/glibext/delayed.c: + Fix memory leaks by destroying delayed works after processing. + 17-05-22 Cyrille Bagard <nocbos@gmail.com> * src/analysis/disass/area.c: |