diff options
Diffstat (limited to 'shared.c')
-rw-r--r-- | shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ static struct refinfo *cgit_mk_refinfo(const char *refname, const struct object_ | |||
203 | return ref; | 203 | return ref; |
204 | } | 204 | } |
205 | 205 | ||
206 | static void cgit_free_taginfo(struct taginfo *tag) | 206 | void cgit_free_taginfo(struct taginfo *tag) |
207 | { | 207 | { |
208 | if (tag->tagger) | 208 | if (tag->tagger) |
209 | free(tag->tagger); | 209 | free(tag->tagger); |