mirror of
https://git.zx2c4.com/cgit
synced 2025-08-30 06:29:34 +02:00
Add commit->msg_encoding, allocate msg dynamicly.
This commit is contained in:
parent
72ede12551
commit
3845e177e4
4 changed files with 10 additions and 1 deletions
2
shared.c
2
shared.c
|
@ -265,6 +265,8 @@ void *cgit_free_commitinfo(struct commitinfo *info)
|
|||
free(info->committer);
|
||||
free(info->committer_email);
|
||||
free(info->subject);
|
||||
free(info->msg);
|
||||
free(info->msg_encoding);
|
||||
free(info);
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue