Skip to content

Commit

Permalink
For http-URLs the root_baton must be closed as well.
Browse files Browse the repository at this point in the history
svn+ssh and file are more lenient.
  • Loading branch information
phmarek committed Dec 13, 2023
1 parent 5f993f7 commit 061b30b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,9 @@ int ci__work(struct estat *root, int argc, char *argv[])
}


STOPIF_SVNERR( editor->close_directory, (root_baton, global_pool) );
root_baton=NULL;

STOPIF_SVNERR( editor->close_edit, (edit_baton, global_pool) );
edit_baton=NULL;

Expand Down

0 comments on commit 061b30b

Please sign in to comment.