summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-08 10:00:34 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-08 10:00:34 +0200
commit4aec1091870aaeec9d64b4bd9d7d143ef4a2bbcc (patch)
treeceb5904915e9378d9a9acb1a6fd5788ebcbcc846 /tests
parentd6d7bbc9c32d5c060e48a3cfae006871f756cfaf (diff)
downloadcrawler-4aec1091870aaeec9d64b4bd9d7d143ef4a2bbcc.tar.gz
crawler-4aec1091870aaeec9d64b4bd9d7d143ef4a2bbcc.tar.bz2
fixed memory leaks in module loader and tolua test
Diffstat (limited to 'tests')
-rw-r--r--tests/tolua/test1.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tolua/test1.lua b/tests/tolua/test1.lua
index 74b3852..3310825 100644
--- a/tests/tolua/test1.lua
+++ b/tests/tolua/test1.lua
@@ -1,2 +1,3 @@
local b = Derived:new( )
b:hello( )
+b:delete( )