diff options
Diffstat (limited to 'src/lua/luaopen_types.h')
-rw-r--r-- | src/lua/luaopen_types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/luaopen_types.h b/src/lua/luaopen_types.h index 74c658f..b32d849 100644 --- a/src/lua/luaopen_types.h +++ b/src/lua/luaopen_types.h @@ -61,7 +61,6 @@ namespace lua { if (obj == nullptr) return; - obj->retain(); object = obj; type = t; } |