[Pkg-privacy-commits] [irssi-plugin-otr] 223/267: Fix: move NULL free out of end label

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:35 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 b7ea400f95bc8246422dd4098f1309f9253f8257
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 1f23c11..46eae8f 100644
--- a/src/module.c
+++ b/src/module.c
@@ -227,8 +227,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