summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-07-17 15:52:52 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-07-17 16:12:03 -0400
commit3bce16799c34d0b28704c43eae77501c0f6aec1e (patch)
treecd22a0b857dbefa6796ab1289903c83f77fbe0f0 /mysqlc
parentebd8d28361a3c0f420346fcafcecadef09efbda5 (diff)
fdo#81470: Fix a crasher during xlsx export with revisions.
Calling Undo() here removes revision entries which also removes formula cell instances stored in the entries. The problem is that the XclExpChTrCellContent instances store pointers to these formula instances for later use, and removing the entries at this location causes deleted formula instances to get accessed which in turn causes segfault. Since all revision entries get deleted when the temp change track instance gets deleted at the end of the revision export, not deleting the entries here will not cause memory leaks. Change-Id: I85f8064945a841b684e4fc4a97c3f9bb6a2de353
Diffstat (limited to 'mysqlc')
0 files changed, 0 insertions, 0 deletions