aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 76eb2300..be7e0a6a 100644
--- a/parse.c
+++ b/parse.c
@@ -178,7 +178,7 @@ int handle_kv(
return 3;
}
} else {
- content_line* c = malloc(sizeof(*c));
+ NEW(content_line, c);
content_line_copy(c, cline);
add_content_line (ev, c);
}