mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 17:48:33 +00:00
fixed double free in ds_update_ref_lines
This commit is contained in:
parent
cfcf4f86ac
commit
f2314d4533
@ -2390,6 +2390,9 @@ static void ds_update_ref_lines(RDisasmState *ds) {
|
||||
ds->refline = strdup ("");
|
||||
ds->refline2 = strdup ("");
|
||||
ds->prev_line_col = strdup ("");
|
||||
ds->line = NULL;
|
||||
ds->line_col = NULL;
|
||||
ds->prev_line_col = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user