mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 06:09:50 +00:00
reindent cmd_debug.c and fix tons of memleaks
This commit is contained in:
parent
7fb29d7e97
commit
b89bde9df9
@ -245,8 +245,9 @@ R_API RList * r_anal_ex_analysis_driver( RAnal *anal, RAnalState *state, ut64 ad
|
||||
|
||||
RList *bb_list = r_anal_bb_list_new ();
|
||||
|
||||
if (state->done)
|
||||
if (state->done) {
|
||||
return bb_list;
|
||||
}
|
||||
|
||||
state->current_bb_head = NULL;
|
||||
state->current_bb = NULL;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user