Fix: free mal placé

This commit is contained in:
Laurent Destailleur 2007-05-05 13:53:43 +00:00
parent a16e25f862
commit 402cf66d0d
4 changed files with 0 additions and 4 deletions

View File

@ -419,7 +419,6 @@ if ($id > 0)
$i ++; $i ++;
} }
$db->free($result);
} }
print "</table>"; print "</table>";
} }

View File

@ -430,7 +430,6 @@ if ($id > 0)
$i ++; $i ++;
} }
$db->free($result);
} }
print "</table>"; print "</table>";
} }

View File

@ -413,7 +413,6 @@ if ($id > 0)
$i ++; $i ++;
} }
$db->free($result);
} }
print "</table>"; print "</table>";
} }

View File

@ -456,7 +456,6 @@ if ($id > 0)
$i ++; $i ++;
} }
$db->free($result);
} }
print "</table>"; print "</table>";