Add cgit_free_commitinfo() and use where needed
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Этот коммит содержится в:
2
cgit.h
2
cgit.h
@ -65,6 +65,8 @@ extern void cgit_global_config_cb(const char *name, const char *value);
|
||||
extern void cgit_repo_config_cb(const char *name, const char *value);
|
||||
extern void cgit_querystring_cb(const char *name, const char *value);
|
||||
|
||||
extern void *cgit_free_commitinfo(struct commitinfo *info);
|
||||
|
||||
extern char *fmt(const char *format,...);
|
||||
|
||||
extern void html(const char *txt);
|
||||
|
Ссылка в новой задаче
Block a user