Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 5 Nov 2010 18:28:19 +0000 (14:28 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 5 Nov 2010 18:28:19 +0000 (14:28 -0400)
commitbe3faa809a959dcd7e985a0d536ac815d5138976
treee183133c72d2861c068071956845a249c63c5344
parenta7702be668334560736769e99cbfc9cd01cdcf2b
Fix the fix for Bug#6426 (Bug#7210), avoiding frame garbaging loop.
* image.c (free_image): Don't garbage the frame here, since this
function can be called while redisplaying (Bug#7210).
(uncache_image): Garbage the frame here (Bug#6426).
src/ChangeLog
src/image.c