Evan Huus
changed
bug 7530
Comment # 1
on bug 7530
from Evan Huus
As of r48030, free_frame_data_sequence() correctly calls frame_data_cleanup()
for every frame it owns.
free_frame_data_sequence() is already called by cf_reset_state(), which is
called by cf_close().
We do not, however, free fdata->opt_comment in frame_data_cleanup because, as
indicated by the comment in that function: "frame_data_cleanup() is called when
redissecting (rescan_packets()), which might be triggered by lot of things,
like: preferences change, setting manual address resolve, etc.. (grep by
redissect_packets). fdata->opt_comment can be set by user, which we must not
discard when redissecting."
Not sure the best way to scope that.
You are receiving this mail because:
- You are watching all bug changes.