mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-19 05:38:43 +00:00
Fix memleak
This commit is contained in:
parent
3ac6381efd
commit
57d4b2c119
@ -344,7 +344,10 @@ static int evm_anal_init(void *user) {
|
||||
}
|
||||
|
||||
static int evm_anal_fini(void *user) {
|
||||
R_FREE (evm_ai);
|
||||
if (evm_ai) {
|
||||
sdb_free (evm_ai->pushs_db);
|
||||
R_FREE (evm_ai);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user