Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Resource Resolver 1.4.2
-
None
Description
the method ResourceProviderTracker.postEvents, line 410 may throw an event if an event is posted while the service is already shutting down (listener is already null in this case).
listener method should only be called if listener object is not null.