diff --git a/Geovis/vtkGeoAlignedImageRepresentation.cxx b/Geovis/vtkGeoAlignedImageRepresentation.cxx
index 98cbad08bd3b9fd104b3466523ae52370cf4dd5c..a86ecc4b8ec41dbd6df81a3c9cf27b3a328f1130 100644
--- a/Geovis/vtkGeoAlignedImageRepresentation.cxx
+++ b/Geovis/vtkGeoAlignedImageRepresentation.cxx
@@ -89,10 +89,10 @@ vtkGeoAlignedImageRepresentationFind(vtkGeoSource* source, vtkGeoImageNode* p, d
               }
             }
           p->SetStatus(vtkGeoTreeNode::NONE);
-          if (coll)
-            {
-            coll->Delete();
-            }
+          }
+        if (coll)
+          {
+          coll->Delete();
           }
         else if(p->GetStatus() == vtkGeoTreeNode::NONE)
           {
@@ -130,7 +130,7 @@ vtkGeoAlignedImageRepresentationFind(vtkGeoSource* source, vtkGeoImageNode* p, d
 }
 
 vtkStandardNewMacro(vtkGeoAlignedImageRepresentation);
-vtkCxxRevisionMacro(vtkGeoAlignedImageRepresentation, "1.10");
+vtkCxxRevisionMacro(vtkGeoAlignedImageRepresentation, "1.11");
 vtkCxxSetObjectMacro(vtkGeoAlignedImageRepresentation, GeoSource, vtkGeoSource);
 //----------------------------------------------------------------------------
 vtkGeoAlignedImageRepresentation::vtkGeoAlignedImageRepresentation()