Page MenuHomePhabricator

#5921.patch

Authored By
ritter
Nov 4 2010, 1:03 PM
Size
396 B
Referenced Files
None
Subscribers
None

#5921.patch

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

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
603
Default Alt Text
#5921.patch (396 B)

Event Timeline

check if polydatas are the same