From 00f687383ae2ea5f3e39840989541e4704887f01 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 22 Oct 2015 16:35:41 +0100 Subject: Plug internet address objects leak --- src/lua/lua_util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c index 73099621f..0ea6f4d54 100644 --- a/src/lua/lua_util.c +++ b/src/lua/lua_util.c @@ -595,6 +595,8 @@ lua_util_parse_addr (lua_State *L) lua_rawseti (L, -2, (i + 1)); } + + g_object_unref (ia); } } else { -- cgit v1.2.3