Revision 852579

Go back to digest for 31st August 2008

Bug Fixes in KDE Base

Maks Orlovich committed changes in /branches/KDE/4.1/kdelibs/kjs/nodes2bytecode.cpp:

Make sure to have breaks jump to before the EndForIn instruction so that the for in stack entry isn't leaked.
Fixes explosive memory consumption on <a href="http://www.chron.com/">http://www.chron.com/</a>; stories.

(Perhaps following olliej's approach and using GCable objects for the context would be a good idea, since it'd simplify all of this, and lighten ExecState)

File Changes

Modified 1 files
  • /branches/KDE/4.1/kdelibs/kjs/nodes2bytecode.cpp
1 files changed in total