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)
commit1cd9058f63bc277629d796bac29c4530d151bea4
treeb1584f93b857e2c9f1c0f9d26bebb290bdf61e70
parent81654ff75bb53ee734f97e6307c54074f23c0e17
Fix name table expend in state.c

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>
lttv/lttv/print.c
lttv/lttv/state.c
lttv/lttv/state.h
lttv/modules/gui/resourceview/eventhooks.c
This page took 0.023847 seconds and 4 git commands to generate.