Skip to content

Commit

Permalink
Update bundles/org.openhab.binding.tellstick/src/main/java/org/openha…
Browse files Browse the repository at this point in the history
…b/binding/tellstick/internal/core/TelldusCoreBridgeHandler.java

Co-authored-by: Jacob Laursen <[email protected]>
Signed-off-by: lsiepel <[email protected]>
  • Loading branch information
lsiepel and jlaur authored Dec 28, 2024
1 parent f62861b commit 1329b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void dispose() {
TellstickEventHandler eventHandler = this.eventHandler;
if (eventHandler != null) {
eventHandler.remove();
eventHandler = null;
this.eventHandler = null;
}
clearDeviceList();
initialized = false;
Expand Down

0 comments on commit 1329b3e

Please sign in to comment.