From 5410290368fc8c1320200a595e32e56014eacf3f Mon Sep 17 00:00:00 2001 From: rnv Date: Tue, 14 May 2019 14:59:35 +0300 Subject: [PATCH] Fix for "16935 [CEA] exception in group creation" issue. --- src/GEOMGUI/GEOM_Displayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMGUI/GEOM_Displayer.cxx b/src/GEOMGUI/GEOM_Displayer.cxx index 098bff3da..050f2d968 100644 --- a/src/GEOMGUI/GEOM_Displayer.cxx +++ b/src/GEOMGUI/GEOM_Displayer.cxx @@ -1964,7 +1964,7 @@ void GEOM_Displayer::GlobalSelection( const TColStd_MapOfInteger& theModes, if ( theModes.Contains( GEOM_ALLOBJECTS ) ) return; - SUIT_SelectionFilter* aFilter; + SUIT_SelectionFilter* aFilter = NULL; if ( theModes.Extent() > 0 ) { TColStd_MapOfInteger aTopAbsModes; -- 2.39.2