aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-03-05 12:49:12 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-03-05 12:49:12 -0500
commit4dcd5e96f858e400491f0587c36ed3b57177b5ca (patch)
tree9630cd587c442ecbceb55db95f8d192fd5213e3c /src
parentff9e706905483fceae82c27161d929ee0654c894 (diff)
downloadstasis-4dcd5e96f858e400491f0587c36ed3b57177b5ca.tar.gz
Bugfix: Repository URL not freed when no match occurs
Diffstat (limited to 'src')
-rw-r--r--src/lib/core/template_func_proto.c2
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(&notes_list, note);
guard_free(note);
}
- guard_free(repository);
}
+ guard_free(repository);
}
}
// Return all notes as a single string