diff options
author | Maria Matejka <mq@ucw.cz> | 2022-04-10 19:15:18 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-05-04 15:37:41 +0200 |
commit | ef4313e1667a8745c8d8813ac78342ec7c035895 (patch) | |
tree | 30871174114bb21f0052f900d001ad9ce4fdc63e /filter | |
parent | f2f3163f6c3fba7f9ef03640d7b2f6323873d2cc (diff) |
Local route attributes are always allocated from tmp_linpool
Diffstat (limited to 'filter')
-rw-r--r-- | filter/f-inst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c index 3a2554fd..0d042e37 100644 --- a/filter/f-inst.c +++ b/filter/f-inst.c @@ -739,7 +739,7 @@ ACCESS_EATTRS; f_rta_cow(fs); - ea_unset_attr(fs->eattrs, tmp_linpool, 1, da.ea_code); + ea_unset_attr(fs->eattrs, 1, da.ea_code); } INST(FI_LENGTH, 1, 1) { /* Get length of */ |