From ecc602d0e80cc86e66e6129b1e3d09bf5e1c660d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 7 Dec 2004 18:43:25 +0000 Subject: [PATCH] * (bug 1018) Some pages fail with stub threshold enabled --- includes/Skin.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index 4f3d0fe0e6..c114af13cd 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1405,7 +1405,6 @@ class Skin { if ( $s->cur_is_redirect OR $s->cur_namespace != 0 ) { $size = $threshold*2 ; # Really big } - $dbr->freeResult( $res ); } else { $size = $threshold*2 ; # Really big } -- 2.20.1