mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-21 14:50:49 +00:00
core/disasm: fix double free when freeing ds->hint (#11484)
This commit is contained in:
parent
4e2ab95628
commit
5099a481f1
@ -841,7 +841,6 @@ static void ds_free(RDisasmState *ds) {
|
||||
free (ds->opstr);
|
||||
free (ds->osl);
|
||||
free (ds->sl);
|
||||
free (ds->hint);
|
||||
free (ds->_tabsbuf);
|
||||
R_FREE (ds);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user