Reduce memory usage after an xls load

This commit is contained in:
MarkBaker 2014-06-06 23:56:57 +01:00
parent 4ab61ad35a
commit 5ab877958f
1 changed files with 1 additions and 0 deletions

View File

@ -1089,6 +1089,7 @@ class PHPExcel_Reader_Excel5 extends PHPExcel_Reader_Abstract implements PHPExce
} }
} }
} }
$this->_data = null;
return $this->_phpExcel; return $this->_phpExcel;
} }