4thline / cling

UPnP/DLNA library for Java and Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetworkAddressFactoryImpl.getHardwareAddress causes memory jetty

auxor opened this issue · comments

getHardwareAddress will be called frequently. And in Android platform, it will call getNetworkInterfacesList, and small array objects are created.

I have a pull request to fix this issue.

#214