Fix: memory not freed
This commit is contained in:
parent
a88a3bb877
commit
dd43f7a890
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user