commit | 32bebb0a58dd9c699aed8045ca2e752f681e5a0f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Feb 25 16:11:44 2011 -0800 |
committer | Mathias Agopian <mathias@google.com> | Fri Feb 25 16:20:52 2011 -0800 |
tree | 9d22fe196138cf4fea219d84c12772df9cd9c05a | |
parent | c614e553cc4b93443c30d1ec728997c293ba024d [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