X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss.c;h=30a067c75d200f6ca4b1b0618289edffd24b9404;hp=ecde0a5392440cfb7c859df1ded98e89204fdbb2;hb=001d040bbfca2ce765c4fd103b86f3f55bfd0cbb;hpb=d84f625a3e4be4c9b05a0ad97e979de7f3804afd diff --git a/src/ttrss.c b/src/ttrss.c index ecde0a5..30a067c 100644 --- a/src/ttrss.c +++ b/src/ttrss.c @@ -80,7 +80,7 @@ const char *ttrss_get_headline_content(struct headline *h) file_set_content(path, h->content); } - free(path); + g_free(path); } }