]> git.cameronkatri.com Git - cgit.git/blobdiff - ui-atom.c
git: update to v2.29.0
[cgit.git] / ui-atom.c
index cd66f82f082b9cc078584438d7864388e268013c..1056f36397521d0fc037219ec9fa6e07d658f3e6 100644 (file)
--- a/ui-atom.c
+++ b/ui-atom.c
@@ -140,7 +140,7 @@ void cgit_print_atom(char *tip, const char *path, int max_count)
        }
        while ((commit = get_revision(&rev)) != NULL) {
                add_entry(commit, host);
-               free_commit_buffer(commit);
+               free_commit_buffer(the_repository->parsed_objects, commit);
                free_commit_list(commit->parents);
                commit->parents = NULL;
        }