commit aefd24c9f8aab7588c262b45581331004a959717 from: Omar Polo via: Thomas Adam date: Sat Sep 03 23:12:56 2022 UTC gotwebd: free obj_id and reflist in got_output_file_blame ok stsp@ commit - d38635a394cab631d6a100b34ae0bd6f9b651bba commit + aefd24c9f8aab7588c262b45581331004a959717 blob - 5b43de52069cdd84833cd21745ef175b0bce5ade blob + 1e1c4c048bd8bcfcf5316731a99f142af04a4d72 --- gotwebd/got_operations.c +++ gotwebd/got_operations.c @@ -1336,7 +1336,9 @@ done: got_object_blob_close(blob); free(in_repo_path); free(commit_id); + free(obj_id); free(path); + got_ref_list_free(&refs); return error; }