android-volley icon indicating copy to clipboard operation
android-volley copied to clipboard

Update NetworkDispatcher.java

Open everhad opened this issue 8 years ago • 0 comments

Avoid response and networkResponse object leaking by manually set them to null. As so far,the run() method in NetworkDispatcher class will still cause memory leaking because the response and networkResponse variables have not been freed after one request handled and waiting for next request.

everhad avatar Apr 12 '16 15:04 everhad