commit | d40b5cecfefc7193732f17ca915ad2d48b4fc30b | [log] [tgz] |
---|---|---|
author | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | Mon Apr 22 18:14:45 2019 +0900 |
committer | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | Tue May 14 15:53:18 2019 +0900 |
tree | 8a5ab6e93d099215ffce54888c91c94aabe15f29 | |
parent | cacfab67281eaffdf108adc84acb72416aef0244 [diff] |
Fix the reference leak on RemoteCallbackList In case that register is invoked consecutively with same callback, reference leack could be happened since unlinkToDeath for all callbacks is not being called. Test: call register multiple times with same callback and unregister callback same times. confirm the global reference table information. Change-Id: I7dbf108ea87b3ee7ce1e1a0ff75e05e8c4478f67