mirror of
https://github.com/nasa/trick.git
synced 2024-12-24 23:36:43 +00:00
Back out free of attributes in assignment production. refs #154
This commit is contained in:
parent
ec37898fb1
commit
9b652d0a11
@ -293,10 +293,6 @@ assignment: reference assignment_item ';' {
|
|||||||
}
|
}
|
||||||
delete_v_tree($2);
|
delete_v_tree($2);
|
||||||
|
|
||||||
// Free the ATTRIBUTES created by ref_var().
|
|
||||||
if ($1.attr) {
|
|
||||||
free($1.attr);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
assignment_item: v_data {
|
assignment_item: v_data {
|
||||||
|
Loading…
Reference in New Issue
Block a user