thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
174 stars 97 forks source link

Possible memory leak: close socket after use #132

Closed zeroleak closed 5 years ago

zeroleak commented 5 years ago

in isLocalPortOpen() a socket is not properly closed


This change is Reviewable