Project

General

Profile

« Previous | Next » 

Revision d978765d

Added by Patrick Plitzner over 6 years ago

ref #6971 Dispose input session when disposing editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/TaxonNameEditorE4.java
497 497
            conversation.unregisterForDataStoreChanges(this);
498 498
            conversation.close();
499 499
        }
500
        if(input!=null){
501
            input.dispose();
502
        }
500 503
        eventBroker.post(WorkbenchEventConstants.CURRENT_ACTIVE_EDITOR, null);
501 504
	}
502 505

  

Also available in: Unified diff