Bugfix du double free
This commit is contained in:
parent
14b4f6262e
commit
42c6a7fb35
@ -370,7 +370,7 @@ class Facture
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->db->free($result2);
|
$this->db->free($result2);
|
||||||
$this->db->free($result);
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user