mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-26 17:15:38 +00:00
Update libr/anal/esil_dfg.c
This commit is contained in:
parent
c593041309
commit
a7bb374c62
@ -389,7 +389,7 @@ static RGraphNode *_edf_reg_get(RAnalEsilDFG *dfg, const char *reg) {
|
||||
//only need to insert in the tree
|
||||
part_rv = R_NEW (EsilDFGRegVar);
|
||||
if (!part_rv) {
|
||||
R_FREE (rv); // Why free part_rv? it is null!
|
||||
R_FREE (rv);
|
||||
dfg->malloc_failed = true;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user