X-Git-Url: https://git.wpitchoune.net/gitweb/?p=prss.git;a=blobdiff_plain;f=src%2Fttrss.c;h=cc7a3699d5d91b9d5ddf3338675609b4c3a7448f;hp=4ac5fdf2d4a2ad820d8ea40715dd3ab0a00c3518;hb=cc1552eda67ca81b48eb611535719f4548c00c9c;hpb=31f62874654f7fd89e362616db13008f7bfc236a;ds=sidebyside diff --git a/src/ttrss.c b/src/ttrss.c index 4ac5fdf..cc7a369 100644 --- a/src/ttrss.c +++ b/src/ttrss.c @@ -71,11 +71,11 @@ const char *ttrss_get_headline_content(struct headline *h) content = file_get_content(path); - if (content) - file_set_content(path, content); - else + if (!content) { content = ws_get_article_content(h->id); - + file_set_content(path, content); + } + g_free(path); return content;