From 119988975b9fea9b40ec3da057ec263a656a742c Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 4 Mar 2010 19:31:12 +0000 Subject: [PATCH] Free after converting. --- thperl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/thperl.h b/thperl.h index fe77710..7daa709 100644 --- a/thperl.h +++ b/thperl.h @@ -90,6 +90,7 @@ c_list = g_list_next(c_list); argvi++; } + g_list_free(c_list); } #endif /* SWIG */ -- 2.11.4.GIT