commit dfa5768dfba3067f15757fc77677e1ba43b33b57 from: Omar Polo date: Fri Sep 02 13:53:39 2022 UTC gotwebd: free in_repo_path in got_get_repo_commits; ok stsp@ commit - bce44e0b80af65d03bd0422e6468d7055e76b848 commit + dfa5768dfba3067f15757fc77677e1ba43b33b57 blob - dcc24dae3dae23f69341a447788cdf594fc9a613 blob + a2964284b0746b56e407422c9347f61ca66b475d --- gotwebd/got_operations.c +++ gotwebd/got_operations.c @@ -550,6 +550,7 @@ done: if (graph) got_commit_graph_close(graph); got_ref_list_free(&refs); + free(in_repo_path); free(file_path); free(repo_path); free(id);