BuZZ-dEE commented on a change in pull request #36:
URL: https://github.com/apache/openwebbeans/pull/36#discussion_r703642109



##########
File path: 
webbeans-tomcat7/src/main/java/org/apache/webbeans/web/tomcat7/TomcatInstanceManager.java
##########
@@ -60,10 +60,15 @@ public void destroyInstance(Object instance) throws 
IllegalAccessException, Invo
             }
             catch (Exception e)
             {
-                log.error("Erros is occured while destroying the OpenWebBeans 
injector instance", e);
+                log.error("Error is occured while destroying the OpenWebBeans 
injector instance", e);
             }
         }
         this.processor.destroyInstance(instance);
+        this.objects.remove(instance);

Review comment:
       yes, you are right. should i do it?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to