laeubi commented on a change in pull request #131:
URL: https://github.com/apache/felix-dev/pull/131#discussion_r824893610



##########
File path: scr/src/main/java/org/apache/felix/scr/impl/ComponentRegistry.java
##########
@@ -774,4 +774,11 @@ public void run()
             }
         }
     }
+
+    public void shutdown() {

Review comment:
       Should this not be guarded with `synchronized ( 
this.changeCountTimerLock ) {` and probably set the field to null?




-- 
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...@felix.apache.org

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


Reply via email to