diff options
Diffstat (limited to 'ltable.c')
| -rw-r--r-- | ltable.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ltable.c,v 1.5 1997/10/24 17:17:24 roberto Exp roberto $ | 2 | ** $Id: ltable.c,v 1.6 1997/11/19 17:29:23 roberto Exp roberto $ |
| 3 | ** Lua tables (hash) | 3 | ** Lua tables (hash) |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -84,7 +84,7 @@ static Node *hashnodecreate (int nhash) | |||
| 84 | */ | 84 | */ |
| 85 | static void hashdelete (Hash *t) | 85 | static void hashdelete (Hash *t) |
| 86 | { | 86 | { |
| 87 | luaM_free (nodevector(t)); | 87 | luaM_free(nodevector(t)); |
| 88 | luaM_free(t); | 88 | luaM_free(t); |
| 89 | } | 89 | } |
| 90 | 90 | ||
