diff options
Diffstat (limited to 'apply.c')
| -rw-r--r-- | apply.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,7 @@ void clear_apply_state(struct apply_state *state) strset_clear(&state->removed_symlinks); strset_clear(&state->kept_symlinks); strbuf_release(&state->root); + FREE_AND_NULL(state->fake_ancestor); /* &state->fn_table is cleared at the end of apply_patch() */ } |
