about summary refs log tree commit diff stats
path: root/shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.c b/shared.c index 3ada875..571fbba 100644 --- a/shared.c +++ b/shared.c
@@ -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
206static void cgit_free_taginfo(struct taginfo *tag) 206void cgit_free_taginfo(struct taginfo *tag)
207{ 207{
208 if (tag->tagger) 208 if (tag->tagger)
209 free(tag->tagger); 209 free(tag->tagger);