Page MenuHomePhabricator

Measurement bundle crashes
Closed, ResolvedPublic

Description

Perform following steps:
load pic3d
select pic3d in data manager
select a planar figure
click in data manager
select another planar figure
crash

Event Timeline

[85b294]: Merge branch 'bug-9902-measurement-crashes'

Merged commits:

2011-10-26 17:32:34 Andreas Fetzer [e65d9a]
Fixed crash of measurement bundle

The reason for the crash was that a mitk smartpointer was assigned to a
weakpointer. We changed the weak pointer to a smartpointer and now it works