Changes between Initial Version and Version 1 of Ticket #4080, comment 6
- Timestamp:
- 06/15/2016 11:56:36 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4080, comment 6
initial v1 18 18 std::shared_ptr<JniLogSystemCallback> *shared_ptr = JniLongToTypePtr<std::shared_ptr<JniLogSystemCallback>>(ptr); 19 19 __android_log_print(ANDROID_LOG_DEBUG, "abp", "c++: deleting %p", shared_ptr); 20 shared_ptr->reset();20 delete shared_ptr; 21 21 } 22 22 }}}