mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-13 23:36:03 +00:00
Fix a double free.
This commit is contained in:
parent
12e66a65d9
commit
70d06c9a92
@ -1605,7 +1605,6 @@ static int assemble(
|
||||
reg = get_register(value);
|
||||
if (reg == NO_REG) {
|
||||
report(stack->top, "Illegal addressing mode\n");
|
||||
free_tree(value);
|
||||
reg = 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user