diff --git a/htdocs/cashdesk/facturation.php b/htdocs/cashdesk/facturation.php index e70b4ed3483..e4f23785a97 100644 --- a/htdocs/cashdesk/facturation.php +++ b/htdocs/cashdesk/facturation.php @@ -55,6 +55,7 @@ if ( GETPOST('filtre') ) { } $i++; } + $db->free($resql); } else { @@ -90,6 +91,7 @@ if ( GETPOST('filtre') ) { } $i++; } + $db->free($resql); } else { @@ -147,6 +149,7 @@ if ($res) } $i++; } + $db->free($resql); } else {