X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.cxx;h=cba9e89e5d37646d8d8481675f96038135bb42a7;hb=25cc7b0782c5950c95cbf3fa94586769ae093f10;hp=192100b24a4544e00a3a20f38618f956fa461a25;hpb=a462a32a87251d7de0e246eb0f0a4a905b2efb72;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx index 192100b..cba9e89 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.cxx @@ -87,9 +87,10 @@ void wxVtkSceneManager::disconnectDrop() { wxVtkSceneManager::~wxVtkSceneManager() { //FCY memory leaks - printf("EED %p ~wxVtkSceneManager()\n", this); + printf("EED %p ~wxVtkSceneManager() START\n", this); disconnectDrop(); delete _baseView; + printf("EED %p ~wxVtkSceneManager() END\n", this); } //=========================================================================