make sure hash table is initialized to empty.

This commit is contained in:
Vítor Santos Costa 2012-01-21 18:20:20 +00:00
parent 58d7f85417
commit 163ef9e5d0

View File

@ -578,6 +578,7 @@ InitReverseLookupOpcode(void)
}
}
}
bzero(OP_RTABLE, sz);
opeptr = OP_RTABLE;
/* clear up table */
{