Fix name table expend in state.c
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 16 Oct 2009 14:33:12 +0000 (10:33 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 16 Oct 2009 14:33:12 +0000 (10:33 -0400)
Actually, looking back at state.c, I noticed there was a major problem
with name table resizing:

the top level pointers were copied from the name table structure to the
trace context, so when the tables were resized, the trace context was
not updated and still refered to the old tables. This is why we could
not free the old tables upon resizing.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>

No differences found
This page took 0.023191 seconds and 4 git commands to generate.