Avoid memory leak by allowing to release `Style` objects

Fixes #2092
This commit is contained in:
Adrien Crivelli 2021-05-16 12:37:09 +09:00
parent 09b979defa
commit 50683e6068
No known key found for this signature in database
GPG Key ID: 16D79B903B4B5874
1 changed files with 1 additions and 0 deletions

View File

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