This commit is contained in:
Eduardo Bart
2011-08-20 18:37:27 -03:00
parent 7584c806f4
commit d0f47f47a4
5 changed files with 7 additions and 9 deletions

View File

@@ -44,6 +44,7 @@ function Console.create()
end
function Console.destroy()
Logger.setOnLog(nil)
console:destroy()
console = nil
end