aboutsummaryrefslogtreecommitdiff
path: root/src/lib/core
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-02-18 18:54:14 -0500
committerGitHub <noreply@github.com>2026-02-18 18:54:14 -0500
commitc7a6b5b8f7e535cc97fb1f8ed1ea2f55cdc28875 (patch)
treeb9c1b1215b03e59bf7b2aaf14ec12fd33fe2d3e1 /src/lib/core
parentd6b60205974136969212a2e415dadd773b471bc0 (diff)
parentbddde6dde420ae9d0bc6d8c2ad6865de7e90c73e (diff)
downloadstasis-c7a6b5b8f7e535cc97fb1f8ed1ea2f55cdc28875.tar.gz
Merge pull request #126 from jhunkeler/cibuildwheel
Use cibuildwheel
Diffstat (limited to 'src/lib/core')
-rw-r--r--src/lib/core/utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/core/utils.c b/src/lib/core/utils.c
index 2cfebdf..00d747f 100644
--- a/src/lib/core/utils.c
+++ b/src/lib/core/utils.c
@@ -1017,6 +1017,7 @@ static int read_vcs_records(const size_t line, char **data) {
// Ignore file comment(s)
if (startswith(data_local, "#") || startswith(data_local, ";")) {
// continue
+ guard_free(data_local);
return 1;
}