c193501
--- branches/KDE/4.2/kdelibs/khtml/rendering/bidi.cpp	2009/04/02 20:19:16	948353
c193501
+++ branches/KDE/4.2/kdelibs/khtml/rendering/bidi.cpp	2009/04/08 23:48:02	951343
c193501
@@ -297,6 +297,7 @@
c193501
                 && next->isInlineFlow()))
c193501
             break;
c193501
         current = next;
c193501
+        next    = 0;
c193501
     }
c193501
     return next;
c193501
 }