Don't call free on the results of a member query

This commit is contained in:
Evan Prodromou 2012-07-04 14:45:50 -04:00
parent 1c3c269ab4
commit 46f6b2c119
1 changed files with 0 additions and 2 deletions

View File

@ -104,8 +104,6 @@ class GroupmembersAction extends GroupAction
$cnt = $member_list->show();
}
$members->free();
$this->pagination($this->page > 1, $cnt > PROFILES_PER_PAGE,
$this->page, 'groupmembers',
array('nickname' => $this->group->nickname));