summaryrefslogtreecommitdiff
path: root/sfeed_plain.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-05-13 10:07:52 +0000
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-05-13 10:07:52 +0000
commitc334bcf1862a48ebb37e80aca319d4aa5baad061 (patch)
tree227c6be05a7d77120859ebd766e8fea1468407d9 /sfeed_plain.c
parentc3b5da658eeef51b1444060aa107fc413ea0f436 (diff)
cleanup, tested with tcc
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeed_plain.c')
-rw-r--r--sfeed_plain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfeed_plain.c b/sfeed_plain.c
index c22abb2..a7d4380 100644
--- a/sfeed_plain.c
+++ b/sfeed_plain.c
@@ -43,5 +43,6 @@ main(void) {
putchar('\n');
}
free(line);
+ line = NULL;
return EXIT_SUCCESS;
}