Index: wp-includes/capabilities.php
===================================================================
--- wp-includes/capabilities.php	(revision 18464)
+++ wp-includes/capabilities.php	(working copy)
@@ -205,7 +205,7 @@
 	 * @param string $role Role name.
 	 * @return object|null Null, if role does not exist. WP_Role object, if found.
 	 */
-	function &get_role( $role ) {
+	function get_role( $role ) {
 		if ( isset( $this->role_objects[$role] ) )
 			return $this->role_objects[$role];
 		else
