mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-12 19:16:45 +00:00
Avoid memory leak by allowing to release Style objects (bis)
Fixes #2092
This commit is contained in:
@@ -506,6 +506,7 @@ class Spreadsheet
|
||||
$this->disconnectWorksheets();
|
||||
$this->calculationEngine = null;
|
||||
$this->cellXfCollection = [];
|
||||
$this->cellStyleXfCollection = [];
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user