commit 71e574645cb82c0a0ce678d2efc1aaeb107d4601 from: Stefan Sperling date: Fri Dec 08 09:31:41 2023 UTC plug a memleak in previous; from op@ commit - 1be82a44548cac5d1f7ca65b410ba48f4c05094a commit + 71e574645cb82c0a0ce678d2efc1aaeb107d4601 blob - b4fc0da3456e925fd8adc8f5751157df4c7d31bd blob + 885a22e5fd3853508cf60ca2c14474a54087fb75 --- gotwebd/pages.tmpl +++ gotwebd/pages.tmpl @@ -1170,6 +1170,8 @@ nextsep(char *s, char **t) {{ end }} {{ end }} +{{ finally }} +{! free(readme); !} {{ end }} {{ define gotweb_render_blame(struct template *tp) }}