Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
pks-t committed May 27, 2024
1 parent 4442f5c commit c4afca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions refs/reftable-backend.c
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ static int reftable_be_remove_on_disk(struct ref_store *ref_store,
struct strbuf sb = STRBUF_INIT;
int ret = 0;

reftable_be_release(ref_store);

strbuf_addf(&sb, "%s/reftable", refs->base.gitdir);
if (remove_dir_recursively(&sb, 0) < 0) {
strbuf_addf(err, "could not delete reftables: %s",
Expand Down

0 comments on commit c4afca9

Please sign in to comment.