summaryrefslogtreecommitdiff
path: root/identity/support/src/cppbor_parse.cpp
diff options
context:
space:
mode:
authorJintao Zhu <zhujtcsieee@gmail.com>2021-03-14 22:03:11 +0800
committerJintao Zhu <zhujtcsieee@gmail.com>2021-03-18 23:39:11 +0800
commitcfefc7b5e805caa9201d5fe9f91edbb75f0df866 (patch)
tree75f2edaa20bd6ee7c2a50fb796d6826a4d1c45d8 /identity/support/src/cppbor_parse.cpp
parent5e4453f690dc15e30d43adc58fbc564e759ca475 (diff)
Fix RefBase Explicit destruction
For an object to be managed by std smart pointer, its base class should NOT be "RefBase". It is not only unnecessary but also risking the object being owned by android smart pointer as well, which may destroy the object two times. This issue may be detected by the destructor of class RefBase, with the log complaint "RefBase: Explicit destruction,..." Test: monkey test for one day and one night Signed-off-by: Jintao Zhu <zhujtcsieee@gmail.com> Change-Id: If7736770983e17f5a4125b19dfbd1745ee5a9589
Diffstat (limited to 'identity/support/src/cppbor_parse.cpp')
0 files changed, 0 insertions, 0 deletions