haumacher / mjSIP

mjSIP - a complete Java-based SIP stack implementation
https://github.com/haumacher/mjSIP
GNU General Public License v2.0
10 stars 8 forks source link

implement Closeable for classes which need to be closed to avoid resource leak #13

Closed hduelme closed 4 months ago

hduelme commented 5 months ago

By implementing Closeable we could use auto resource management where possible. It also helps to detect resource leaks by static code analysis.

haumacher commented 4 months ago

Absolutely reasonable enhancement, thanks!