add $result on db->free

This commit is contained in:
BENKE Charlie 2016-07-18 02:05:30 +02:00 committed by GitHub
parent d345153c5e
commit 260e296f20

View File

@ -326,7 +326,7 @@ if ($result)
$i++;
}
$db->free();
$db->free($result);
print "</table>\n";
print "<!-- End last thirdparties modified -->\n";