Fix regression due to thread backends commit

This commit is contained in:
Bart van Strien
2011-07-05 15:30:55 +02:00
parent dd143c76ac
commit 77ccb93506
+2
View File
@@ -204,7 +204,9 @@ namespace thread
return luaL_error(L, "Expected boolean, number, string or userdata");
}
t->set(name, v);
t->lock();
v->release();
t->unlock();
return 0;
}