[Pkg-privacy-commits] [irssi-plugin-otr] 211/267: Revert "Fix: move NULL free out of end label"
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:41:44 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 9395bdb76892de97d0d70ae775a4bf9eeff9995b
Author: Antoine Beaupré <anarcat at koumbit.org>
Date: Wed May 8 23:28:10 2013 -0400
Revert "Fix: move NULL free out of end label"
This is not in the Debian package (yet).
This reverts commit 7d43de65a33a30075318de7913de74f350f21cba.
---
src/module.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/module.c b/src/module.c
index a3854a6..b9846e8 100644
--- a/src/module.c
+++ b/src/module.c
@@ -215,9 +215,8 @@ static void cmd_otr(const char *data, void *server, WI_ITEM_REC *item)
statusbar_items_redraw("otr");
- free(cmd);
-
end:
+ free(cmd);
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