mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Add in missing free result on DB query
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9179 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
689831ecdd
commit
ba3dc57ca2
1 changed files with 2 additions and 0 deletions
|
@ -658,6 +658,8 @@ class acp_modules
|
|||
|
||||
$iteration++;
|
||||
}
|
||||
$db->sql_freeresult($result);
|
||||
|
||||
unset($padding_store);
|
||||
|
||||
return $module_list;
|
||||
|
|
Loading…
Add table
Reference in a new issue