Commit 28eeb7f3 authored by David Renshaw's avatar David Renshaw

Get rid of unnecessary refcount increment.

parent 74c91604
...@@ -928,7 +928,7 @@ private: ...@@ -928,7 +928,7 @@ private:
message->send(); message->send();
} }
cap = replacement->addRef(); cap = kj::mv(replacement);
isResolved = true; isResolved = true;
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment