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($result);
|
||||
|
||||
return 1;
|
||||
}
|
||||
else
|
||||
@ -385,7 +385,7 @@ class Facture
|
||||
return -2;
|
||||
}
|
||||
|
||||
$this->db->free($result);
|
||||
$this->db->free($result);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user