Avoid recording dead buffers in buffer-list frame param (Bug#7898).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 27 Feb 2011 22:57:22 +0000 (17:57 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 27 Feb 2011 22:57:22 +0000 (17:57 -0500)
commit52eb77a6ad5df5980bc8c6d7ad7ee802feb8add3
tree693ac55d628a03992954b52a96630f348a425703
parentb923f7a98fed9177f6f61a3aafb0ddbeb60abdad
Avoid recording dead buffers in buffer-list frame param (Bug#7898).

* src/frame.c (store_frame_param): Don't store value directly in
buffer_list and buried_buffer_list; copy the list and remove dead
buffers.
src/ChangeLog
src/frame.c