Commit Diff


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);