From b17c0276de4da4cd75114d7e1c67738f894ad59e Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 12 Feb 2014 10:28:53 -0500 Subject: Fix some leaks --- plugins/perl/perl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/perl') diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 76722f7f..7ba38968 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -756,6 +756,7 @@ XS (XS_HexChat_send_modes) } if (target_count == 0) { + free (targets); XSRETURN_EMPTY; } -- cgit 1.4.1