Avoid memory leak by allowing to release `Style` objects (bis)

Fixes #2092
This commit is contained in:
Adrien Crivelli 2021-05-16 13:54:13 +09:00
parent 5dd00b1b1a
commit e5185eab0c
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874
1 changed files with 1 additions and 0 deletions

View File

@ -506,6 +506,7 @@ class Spreadsheet
$this->disconnectWorksheets();
$this->calculationEngine = null;
$this->cellXfCollection = [];
$this->cellStyleXfCollection = [];
}
/**