X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/fa82b03e05366e3c6ca1b74c8c83d6e00e0ef1e6..aaa24bdd30303128bded8487cd9f63b54c3b8dcd:/ui-commit.c diff --git a/ui-commit.c b/ui-commit.c index b441e14..f654208 100644 --- a/ui-commit.c +++ b/ui-commit.c @@ -61,8 +61,5 @@ void cgit_print_commit(const char *hex) html("
"); html_txt(info->msg); html("
"); - free(info->author); - free(info->committer); - free(info->subject); - free(info); + cgit_free_commitinfo(info); }