commit | 3297a174d6f599962616d2ac972d6641e58a1008 | [log] [tgz] |
---|---|---|
author | Zhanglong Xia <zhanglongxia@google.com> | Thu Aug 24 15:38:05 2023 +0800 |
committer | Zhanglong Xia <zhanglongxia@google.com> | Thu Aug 24 15:38:05 2023 +0800 |
tree | 5bf8856e84e166909e7ed6298543cc2410e94889 | |
parent | 7f2619ddff956c25bff0120550b33b706448138f [diff] |
remove manually freeing the variable mDeathRecipient The variable `mDeathRecipient` will automatically free the allocated memory when it is destructed. This CL deletes the code for manually releasing the variable `mDeathRecipient` to avoid the same variable being freed twice. Bug: 296617022 Test: Run fuzzer test. Change-Id: I733f7f8d26e48a9434d41c5098f39ad91208abeb