From 001d040bbfca2ce765c4fd103b86f3f55bfd0cbb Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 25 Apr 2013 07:24:22 +0000 Subject: [PATCH 1/1] --- src/ttrss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.7.4