Revert "releasing ConversationHolder to prevent memory leaks"
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 24 Oct 2017 15:27:46 +0000 (17:27 +0200)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 24 Oct 2017 15:27:46 +0000 (17:27 +0200)
setting the ConversationHolder null at the end of a view causes problems

This reverts commit 697d2b55a4b05f672fac988f55b018f622ecb305.

src/main/java/eu/etaxonomy/vaadin/mvp/AbstractPresenter.java

index 3ce5ea00347abbbeb8ceecd77a92ad2361ff7449..9d28761e68f6ba7995812ac948471af0f44a5749 100644 (file)
@@ -289,7 +289,6 @@ public abstract class AbstractPresenter<V extends ApplicationView> implements Se
         } else {
             throw new RuntimeException("Using the CdmSpringVaadinServletService is required for proper per view conversation handling");
         }
-        conversationHolder = null;
        }
 
        /**