radare2/libr/asm
dx 4b263b3475 Fix a handful of boring leaks (#5518)
Valgrinding to get exp. Testing with "r2 -Aqcq /bin/ls"

Before:

       definitely lost: 22,735 bytes in 250 blocks
       indirectly lost: 23,542 bytes in 605 blocks
         possibly lost: 2,464 bytes in 7 blocks
       still reachable: 3,876,216 bytes in 80,761 blocks

After:

       definitely lost: 25,216 bytes in 58 blocks
       indirectly lost: 24,830 bytes in 739 blocks
         possibly lost: 0 bytes in 0 blocks
       still reachable: 20,105 bytes in 34 blocks

The "goto beach" (named like that for consistency) change resulted in
freeing most of the "still reachable" stuff on quit, which also moved
stuff out of "possibly lost", so.. it looks like it's leaking more now.
Yay.
2016-08-16 00:45:33 +02:00
..
arch Fix a handful of boring leaks (#5518) 2016-08-16 00:45:33 +02:00
d Add description for Xtensa instructions 2016-05-31 21:48:18 +02:00
p Fix OOB read in vax disassembler 2016-08-14 19:35:24 +02:00
Jamroot Rename CSR disasm/anal into XAP4 Fix #5355 2016-07-23 00:41:42 +02:00
Makefile Fix #5158 - Merge r_db into r_util 2016-06-17 12:19:16 +02:00
asm.c Fix regression with the arm/thumb changes (#5464) 2016-08-10 18:49:44 +02:00
code.c Modernize asm/code.c 2016-01-30 03:02:06 +01:00