Commit Diff


commit - 4d0573ec49ba89483320bcbbbdf875ed936c16a6
commit + bc4d9cc814a8013b847608d99acabf16b4caaeda
blob - 079d6c4f0fa39bae6b6d665c9e4e75262b4ad0b8
blob + 92aab4311bd3ff9047638f093aaa4544f23b8840
--- 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);