Skip to content
Commit 5f0521e3 authored by Bin Chen's avatar Bin Chen
Browse files

Fix potential memory leak in SomeArgs



When recycling SomeArgs in pool, some fields are not set to null.
Which result potential memory leak as SomeArgs in pool still holds
the reference object.
To fix this issue, clear all args when recycling.

Change-Id: Ie730c3889da948c60ef746ddbe2e926d94ad7e06
Signed-off-by: default avatarBin Chen <bin0515@gmail.com>
Signed-off-by: default avatarWei Huang <hwbest.v@gmail.com>
parent 5bc4949f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment