fix a use-after-free memory bug

This commit is contained in:
Jeff Bezanson 2013-10-22 00:25:25 -04:00
parent 3f28e8dc94
commit 1e6c71f655
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ static void **HTNAME##_lookup_bp(htable_t *h, void *key) \
\
sz = hash_size(h); \
maxprobe = max_probe(sz); \
tab = h->table; \
\
goto retry_bp; \
\