X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FBalancer.php;h=95cbe09fe2973c0ec7b3b69e087eba9a4e675779;hb=cf3deb6637cf4aab2678949e5ccec8084eec9907;hp=1346e1cdd07494a0587b83cf4d576b124a2b5b6a;hpb=df644d2a20950b847ff45b69e8a8ead898f68bd5;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy/Balancer.php b/includes/tidy/Balancer.php index 1346e1cdd0..95cbe09fe2 100644 --- a/includes/tidy/Balancer.php +++ b/includes/tidy/Balancer.php @@ -1410,6 +1410,7 @@ class BalanceActiveFormattingElements { private $noahTableStack = [ [] ]; public function __destruct() { + $next = null; for ( $node = $this->head; $node; $node = $next ) { $next = $node->nextAFE; $node->prevAFE = $node->nextAFE = $node->nextNoah = null;