1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 20:45:16 +02: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:
Chris Smith
2008-12-06 18:23:42 +00:00
parent 689831ecdd
commit ba3dc57ca2

View File

@ -658,6 +658,8 @@ class acp_modules
$iteration++;
}
$db->sql_freeresult($result);
unset($padding_store);
return $module_list;