From cc4756de35806b50eb9db8ce5ff805d1f8304788 Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 2 Jun 2015 11:52:55 +0800 Subject: [PATCH] fix Issue #285 --- lualib-src/lua-debugchannel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lualib-src/lua-debugchannel.c b/lualib-src/lua-debugchannel.c index 102f065a..9e4539d3 100644 --- a/lualib-src/lua-debugchannel.c +++ b/lualib-src/lua-debugchannel.c @@ -59,6 +59,7 @@ channel_release(struct channel *c) { free(p); p = next; } + free(c); return NULL; }