* Free the result
authorRob Church <robchurch@users.mediawiki.org>
Tue, 11 Jul 2006 15:09:51 +0000 (15:09 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 11 Jul 2006 15:09:51 +0000 (15:09 +0000)
includes/SpecialStatistics.php

index a6a975a..42ba7a0 100644 (file)
@@ -94,6 +94,7 @@ function wfSpecialStatistics() {
                                        $wgOut->addHtml( '<li>' . $link . ' [' . $wgLang->formatNum( $row->page_counter ) . ']</li>' );
                                }
                                $wgOut->addHtml( '</ol>' );
+                               $dbr->freeResult( $res );
                        }
                }