Skip to content

Commit

Permalink
detail (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-ieru committed Apr 2, 2015
1 parent cfc84c8 commit 65ac789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ltable.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
** $Id: ltable.c,v 2.107 2015/03/30 15:36:53 roberto Exp roberto $
** $Id: ltable.c,v 2.108 2015/03/30 19:51:00 roberto Exp roberto $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
Expand Down Expand Up @@ -369,7 +369,7 @@ void luaH_resize (lua_State *L, Table *t, unsigned int nasize,
}
}
if (!isdummy(nold))
luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old array */
luaM_freearray(L, nold, cast(size_t, twoto(oldhsize))); /* free old hash */
}


Expand Down

0 comments on commit 65ac789

Please sign in to comment.