reindent cmd_debug.c and fix tons of memleaks

This commit is contained in:
Jeffrey Crowell 2016-07-13 00:35:13 -04:00
parent 7fb29d7e97
commit b89bde9df9
2 changed files with 2254 additions and 2243 deletions

View File

@ -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 (); RList *bb_list = r_anal_bb_list_new ();
if (state->done) if (state->done) {
return bb_list; return bb_list;
}
state->current_bb_head = NULL; state->current_bb_head = NULL;
state->current_bb = NULL; state->current_bb = NULL;

File diff suppressed because it is too large Load Diff