Fix: bad free

This commit is contained in:
Laurent Destailleur 2008-12-21 22:24:23 +00:00
parent b997c9c2cb
commit 870eb63ef6

View File

@ -1094,7 +1094,8 @@ else
else {
dolibarr_print_error($db);
}
$db->free($resql);
if ($caneditperms)
{
$form = new Form($db);
@ -1168,7 +1169,6 @@ else
print "</table>";
print "<br>";
$db->free($result);
}
/*