Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F628
#5921.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
•
ritter
Nov 4 2010, 1:03 PM
2010-11-04 13:03:46 (UTC+1)
Size
396 B
Referenced Files
None
Subscribers
None
#5921.patch
View Options
Index: mitkSurface.cpp
===================================================================
--- mitkSurface.cpp (revision 27265)
+++ mitkSurface.cpp (working copy)
@@ -65,6 +65,8 @@
if(m_PolyDataSeries[ t ] != NULL)
{
+ if ( m_PolyDataSeries[ t ] == polydata )
+ return;
// we do not need the reference on the object any longer
m_PolyDataSeries[ t ]->Delete();
}
File Metadata
Details
Attached
Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
603
Default Alt Text
#5921.patch (396 B)
Attached To
Mode
T5921: no check if polydatas are the same in SetVtkPolyData
Attached
Detach File
Event Timeline
•
ritter
added a comment.
Nov 4 2010, 1:03 PM
2010-11-04 13:03:46 (UTC+1)
Comment Actions
check if polydatas are the same
Log In to Comment