[Pkg-privacy-commits] [irssi-plugin-otr] 183/267: Fix: move NULL free out of end label
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.
commit 7d43de65a33a30075318de7913de74f350f21cba
Author: David Goulet <dgoulet at ev0ke.net>
Date: Mon Dec 3 10:41:36 2012 -0500
Fix: move NULL free out of end label
Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
src/module.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/module.c b/src/module.c
index b9846e8..a3854a6 100644
--- a/src/module.c
+++ b/src/module.c
@@ -215,8 +215,9 @@ static void cmd_otr(const char *data, void *server, WI_ITEM_REC *item)
statusbar_items_redraw("otr");
-end:
free(cmd);
+
+end:
return;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git
More information about the Pkg-privacy-commits
mailing list