Index: MediaWiki/branches/1.11/includes/SearchMySQL.php
===================================================================
--- MediaWiki/branches/1.11/includes/SearchMySQL.php	(revision 1280)
+++ MediaWiki/branches/1.11/includes/SearchMySQL.php	(revision 1281)
@@ -201,5 +201,9 @@
 		}
 	}
+	
+	function free() {
+		$this->mResultSet->free();
+	}
 }
 
-?>
+
