diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/core/template_func_proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/core/template_func_proto.c b/src/lib/core/template_func_proto.c index 8324389..3e1cd99 100644 --- a/src/lib/core/template_func_proto.c +++ b/src/lib/core/template_func_proto.c @@ -55,8 +55,8 @@ int get_github_release_notes_auto_tplfunc_entrypoint(void *frame, void *data_out strlist_append(¬es_list, note); guard_free(note); } - guard_free(repository); } + guard_free(repository); } } // Return all notes as a single string |
