[Commits] [SCM] claws branch, master, updated. 3.13.2-8-g282fa50
ticho at claws-mail.org
ticho at claws-mail.org
Wed Jan 27 18:16:55 CET 2016
The branch, master has been updated
via 282fa50eaf5b4496f879f5debb3ce45db506987b (commit)
from 543c7d33942ec31d4f81af6ecc0aa2aa28e85e7c (commit)
Summary of changes:
src/plugins/rssyl/libfeed/feed.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 282fa50eaf5b4496f879f5debb3ce45db506987b
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Jan 27 18:16:15 2016 +0100
Fix superfluous semicolons from 543c7d3.
diff --git a/src/plugins/rssyl/libfeed/feed.c b/src/plugins/rssyl/libfeed/feed.c
index fc16889..11bbb12 100644
--- a/src/plugins/rssyl/libfeed/feed.c
+++ b/src/plugins/rssyl/libfeed/feed.c
@@ -349,9 +349,9 @@ cleanup:
XML_ParserFree(feed_ctx->parser);
g_free(feed_ctx->name);
g_free(feed_ctx->mail);
- if (feed_ctx->str != NULL);
+ if (feed_ctx->str != NULL)
g_string_free(feed_ctx->str, TRUE);
- if (feed_ctx->xhtml_str != NULL);
+ if (feed_ctx->xhtml_str != NULL)
g_string_free(feed_ctx->xhtml_str, TRUE);
g_free(feed_ctx);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list