Page MenuHomePhabricator

Double allocation of image memory in ConstructVtkImageData
Closed, ResolvedPublic

Description

Since the migration to vtk6, vtk scalars have been allocated twice. The reason for this was the introduction of AllocateScalars(...) although no allocation is necessary.

Event Timeline

User goerres has pushed new remote branch:

bug-17750-DoubleScalarAllocation

[88a56a]: Merge branch 'bug-17750-DoubleScalarAllocation'

Merged commits:

2014-04-23 17:00:53 Joseph Görres [6d7005]
removed double scalar allocation