commit | 7332f80db5b942253f69b9b2e6cc3ae08d957d0e | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Feb 25 16:11:44 2011 -0800 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:56 2013 -0700 |
tree | eb51d063b42cbe247c0216337318f6b7a80fd204 | |
parent | 3e0f87541f7871ffde51c722d54550774fe1b7c3 [diff] |
Fix sp<> conversion operator / constructor some of the conversion operators were not using the proper pointer type when calling incStrong/decStrong, usually it has no bad consequences, but for some implementation of the ref-counted object it could lead to recording the wrong owner id. Change-Id: If574b9069b8a4cf6e0911a992c8f095aba799995