Project

General

Profile

« Previous | Next » 

Revision 76a8b44f

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
520 520
    	if(conversation!=null){
521 521
    		conversation.unregisterForDataStoreChanges(this);
522 522
    		conversation.unbind();
523
    		conversation.close();
524
    	}
525
    	conversation = null;
526
    	if(checklistEditorInput!=null){
527
    	    checklistEditorInput.dispose();
523 528
    	}
524
        //conversation.close();
525
		conversation = null;
526 529
    }
527 530

  
528 531
    /** {@inheritDoc} */

Also available in: Unified diff