From: Jean-Philippe Orsini Date: Thu, 25 Apr 2013 07:24:22 +0000 (+0000) Subject: (no commit message) X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=commitdiff_plain;h=001d040bbfca2ce765c4fd103b86f3f55bfd0cbb --- 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); } }