Files
libreoffice/xmloff/source/chart
Markus Mohrhard 8f2d3c47ad don't create uno::Sequence with new, fdo#46825
The uno::Sequence copy c'tor creates a flat copy and increments the ref
count. So if you use new and later delete together with the copy
constructor you get a double delete.
2012-03-03 00:58:38 +01:00
..