summaryrefslogtreecommitdiff
path: root/sfeed_stats.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-06-27 15:42:53 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-06-27 15:42:53 +0200
commitf6a0aabfa27e19ad57823e104db7eac1252e6f1f (patch)
treee69a3f3c6e14a2b566a18e19710e7f01b30c4dba /sfeed_stats.c
parent5acace38c73074fa08c8b44d1109cfc9c6b0d66e (diff)
small fixes
reorder static -> public xml functions. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeed_stats.c')
-rw-r--r--sfeed_stats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfeed_stats.c b/sfeed_stats.c
index 13b505c..3773e4a 100644
--- a/sfeed_stats.c
+++ b/sfeed_stats.c
@@ -12,6 +12,7 @@ static char *line = NULL;
static void
cleanup(void) {
free(line); /* free line */
+ line = NULL;
feedsfree(feeds); /* free feeds linked-list */
}