X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.cxx;h=3740f982be9afc20d9c3e585f6913dc7afae0a2f;hb=7a77e00abe30e71c3a97f7a43b106c999ce9db87;hp=d2d196262c7f214ab9f53c523f322c80836ef2c0;hpb=b1e96d2f19691cf4ba5247c5042b0238e71676b1;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx index d2d1962..3740f98 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx @@ -39,7 +39,6 @@ Version: $Revision$ #include #include - namespace bbtk { @@ -91,8 +90,10 @@ namespace bbtk wxVtkSceneManager::~wxVtkSceneManager() { + //FCY memory leaks printf ("EED %p ~wxVtkSceneManager()\n" , this ); disconnectDrop(); + delete _baseView; } //=========================================================================