fixing potential memory leak in ConversationHolder, releasing datasource
[cdmlib.git] / cdmlib-services / src / main / java / eu / etaxonomy / cdm / api / conversation / ConversationHolder.java
index 015e6c3ab5d70bac5cfbcb862910764170faafe6..860f04b4f1cb48d04560724664ee067fe0b97a07 100644 (file)
@@ -458,6 +458,8 @@ public class ConversationHolder {
         }
         longSession = null;
         sessionHolder = null;
+        dataSource = null;
+        transactionStatus = null;
         closed = true;
     }