diff options
-rw-r--r-- | ui-shared.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui-shared.c b/ui-shared.c index 77a302d..d3e6488 100644 --- a/ui-shared.c +++ b/ui-shared.c | |||
@@ -931,4 +931,5 @@ void cgit_print_snapshot_links(const char *repo, const char *head, | |||
931 | cgit_snapshot_link(filename, NULL, NULL, NULL, NULL, filename); | 931 | cgit_snapshot_link(filename, NULL, NULL, NULL, NULL, filename); |
932 | html("<br/>"); | 932 | html("<br/>"); |
933 | } | 933 | } |
934 | free(prefix); | ||
934 | } | 935 | } |