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
..
2018-10-26 13:21:12 +02:00
2017-01-13 12:49:42 +01:00
2018-12-05 12:26:00 +01:00
2018-12-12 12:22:36 +01:00
2018-11-14 13:12:34 +01:00
2018-07-09 16:58:38 +02:00
2017-03-13 14:24:53 +01:00
2018-10-22 19:57:45 +02:00