diff --git a/luautils.cabal b/luautils.cabal
--- a/luautils.cabal
+++ b/luautils.cabal
@@ -1,5 +1,5 @@
 Name:                luautils
-Version:             0.1.1.1
+Version:             0.1.1.2
 Synopsis:            Helpers for Haskell integration with Lua
 Description:         This package is an add-on to the @HsLua@ package by Gracjan Polak.
                      HsLua only provides a very bare-bones wrapper over the Lua API, and this
@@ -20,8 +20,8 @@
 
 source-repository this
   type:     git
-  location: http://github.com/ajnsit/luautils/tree/v0.1.1.1
-  tag:      v0.1.1.1
+  location: http://github.com/ajnsit/luautils/tree/v0.1.1.2
+  tag:      v0.1.1.2
 
 Library
   hs-source-dirs:    src
diff --git a/src/Scripting/LuaUtils.hs b/src/Scripting/LuaUtils.hs
--- a/src/Scripting/LuaUtils.hs
+++ b/src/Scripting/LuaUtils.hs
@@ -100,7 +100,6 @@
         xm <- Lua.peek l (-1)
         Lua.pop l 1
         return $ fromJust xm
-      Lua.pop l 1
       return $ Just arr
 
     valuetype _ = Lua.TTABLE
