Verified Commit b26d6ce0 authored by Dana Keeler's avatar Dana Keeler Committed by ma1
Browse files

Bug 1951494 - ensure socket control is released on the socket thread a=pascalc

parent 8e51811f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1211,6 +1211,9 @@ SSLServerCertVerificationResult::Run() {
  }

  mSocketControl->SetCertVerificationResult(mFinalError);
  // Release this reference to the socket control so that it will be freed on
  // the socket thread.
  mSocketControl = nullptr;
  return NS_OK;
}