Big commit: kill almost every freeResult() call as useless
[lhc/web/wiklou.git] / maintenance / orphans.php
index 4a04a93..a82fa40 100644 (file)
@@ -184,7 +184,6 @@ class Orphans extends Maintenance {
                                WHERE rev_page=$row->page_id
                        " );
                        $row2 = $dbw->fetchObject( $result2 );
-                       $dbw->freeResult( $result2 );
                        if ( $row2 ) {
                                if ( $row->rev_timestamp != $row2->max_timestamp ) {
                                        if ( $found == 0 ) {