radare2/shlr/java
GustavoLCR 7530895d0a Fix a few clang scan-build bugs (#12562)
* Removed unnecessary variable from libr/core/disasm.c
* Removed not necessary assignment in libr/core/casm.c
* Removed not used assignment in libr/bin/dwarf.c
* Rem. duplicate declaration and not used values
* Fixed potential memory leak in java/class.c
* Fixed potential memory leak in ragg2
* Removed unnecessary variable in visual.c
* Another potential memory leak in class.c
* Removed not used value assignment
* Fixed memory leak in dwarf.c
* Removed not needed assignments
* Remove more not used assignments
* Refactored where bin_sections gets arch & bits for clarity
* Removed more assignments that are not used
* Rem. more unused assignments
* Surround assignment with paranthesis
2018-12-26 12:54:12 +01:00
..
class.c Fix a few clang scan-build bugs (#12562) 2018-12-26 12:54:12 +01:00
class.h Meson: enable Propeller and Java (#9639) 2018-03-09 20:05:47 +08:00
code.c Fix typo regarding byte size (#9067) 2017-12-27 18:33:58 +01:00
code.h Another RBin API cleanup ##bin 2018-11-05 11:25:31 +01:00
deps.mk Refix mingw32 build 2017-05-10 00:34:05 +02:00
dsojson.c Minor cleanups/fixes (#12478) 2018-12-14 00:17:50 +01:00
dsojson.h Meson: some cleanup (#10076) 2018-05-16 10:24:35 +02:00
main.c ax -> afr ; more cleanup, add ark 2014-01-23 02:31:51 +01:00
Makefile Refix mingw32 build 2017-05-10 00:34:05 +02:00
ops.c Java undefined opcodes must be lowercase 2018-08-01 00:57:36 +01:00