]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
cgit_print_snapshot_links(): Free prefix variable
[ps-cgit] / ui-shared.c
index 77a302d0c5bba8a54c29a6551b15cea6f02c9205..d3e64882109a2d0ef2408ca55aeebf4d0d1922d8 100644 (file)
@@ -931,4 +931,5 @@ void cgit_print_snapshot_links(const char *repo, const char *head,
                cgit_snapshot_link(filename, NULL, NULL, NULL, NULL, filename);
                html("<br/>");
        }
+       free(prefix);
 }