Project

General

Profile

« Previous | Next » 

Revision 8da3803c

Added by Patrick Plitzner over 6 years ago

ref #6925 Dispose conversation and entity session when closing editors

  • use session from editor input if provided

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/ChecklistEditorE4.java
513 513
    	if(conversation!=null){
514 514
    		conversation.unregisterForDataStoreChanges(this);
515 515
    		conversation.unbind();
516
    		conversation.close();
517
    	}
518
    	conversation = null;
519
    	if(checklistEditorInput!=null){
520
    	    checklistEditorInput.dispose();
516 521
    	}
517
        //conversation.close();
518
		conversation = null;
519 522
    }
520 523

  
521 524
    /** {@inheritDoc} */

Also available in: Unified diff