diff options
Diffstat (limited to 'hush.c')
-rw-r--r-- | hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1660,7 +1660,6 @@ int reserved_word(o_string *dest, struct p_context *ctx) | |||
1660 | old->child->group = ctx->list_head; | 1660 | old->child->group = ctx->list_head; |
1661 | *ctx = *old; /* physical copy */ | 1661 | *ctx = *old; /* physical copy */ |
1662 | free(old); | 1662 | free(old); |
1663 | ctx->w=RES_NONE; | ||
1664 | } | 1663 | } |
1665 | b_reset (dest); | 1664 | b_reset (dest); |
1666 | return 1; | 1665 | return 1; |