beanit / iec61850bean

A Java IEC 61850 MMS stack for clients and servers.
https://www.beanit.com/iec-61850/
Apache License 2.0
143 stars 82 forks source link

Bugfix NPE in ClientAssociation#close() #35

Closed SteffenBrauns closed 1 year ago

SteffenBrauns commented 1 year ago

Added null check for reportListener to prevent null pointer exception

sfeuerhahn commented 1 year ago

Thanks for this fix