diff net/xmppclient_listener.lua @ 166:d4ee015fcee4

Backed out changeset 4adc53e03b4d (garbage collection)
author Matthew Wild <mwild1@gmail.com>
date Fri, 24 Oct 2008 19:04:51 +0100
parents 4adc53e03b4d
children ba4711c4e8d2
line wrap: on
line diff
--- a/net/xmppclient_listener.lua	Fri Oct 24 18:43:26 2008 +0100
+++ b/net/xmppclient_listener.lua	Fri Oct 24 19:04:51 2008 +0100
@@ -60,7 +60,7 @@
 		-- TODO: Below function should be session,stanza - and xmlhandlers should use :method() notation to call,
 		-- this will avoid the useless indirection we have atm
 		-- (I'm on a mission, no time to fix now)
-		session.stanza_dispatch = function (stanza) collectgarbage("collect"); collectgarbage("collect"); return core_process_stanza(session, stanza); end
+		session.stanza_dispatch = function (stanza) return core_process_stanza(session, stanza); end
 
 	end
 	if data then