Loading libs/binder/Value.cpp +6 −4 Original line number Diff line number Diff line Loading @@ -182,10 +182,12 @@ Value& Value::swap(Value &rhs) Value& Value::operator=(const Value& rhs) { if (this != &rhs) { delete mContent; mContent = rhs.mContent ? rhs.mContent->clone() : NULL; } return *this; } Loading Loading
libs/binder/Value.cpp +6 −4 Original line number Diff line number Diff line Loading @@ -182,10 +182,12 @@ Value& Value::swap(Value &rhs) Value& Value::operator=(const Value& rhs) { if (this != &rhs) { delete mContent; mContent = rhs.mContent ? rhs.mContent->clone() : NULL; } return *this; } Loading