call r_cons_break_pop after r_cons_break_push in a loop, avoiding leaks and the infinite loop (issue #8709) (#8711)

This commit is contained in:
Thomas Bailleux 2017-10-19 18:37:25 +02:00 committed by radare
parent b261753d98
commit 48972b9c6d

View File

@ -277,6 +277,7 @@ R_API void r_core_anal_type_match(RCore *core, RAnalFunction *fcn) {
break;
}
}
r_cons_break_pop();
}
r_cons_break_pop ();
r_anal_emul_restore (core, hc);