Fixed memory leak in ilang frontend
This commit is contained in:
parent
e04d88cf22
commit
375f83c5ec
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ attr_stmt:
|
|||
TOK_ATTRIBUTE TOK_ID constant TOK_EOL {
|
||||
attrbuf[$2] = *$3;
|
||||
delete $3;
|
||||
free($2);
|
||||
};
|
||||
|
||||
wire_stmt:
|
||||
|
|
Loading…
Add table
Reference in a new issue