ma1 pushed to branch tor-browser-115.22.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
91cc9ef9
by hackademix at 2025-03-31T23:29:20+02:00
-
94b6018b
by hackademix at 2025-03-31T23:32:17+02:00
2 changed files:
Changes:
| ... | ... | @@ -1211,9 +1211,6 @@ SSLServerCertVerificationResult::Run() { |
| 1211 | 1211 | }
|
| 1212 | 1212 | |
| 1213 | 1213 | mSocketControl->SetCertVerificationResult(mFinalError);
|
| 1214 | - // Release this reference to the socket control so that it will be freed on
|
|
| 1215 | - // the socket thread.
|
|
| 1216 | - mSocketControl = nullptr;
|
|
| 1217 | 1214 | return NS_OK;
|
| 1218 | 1215 | }
|
| 1219 | 1216 |
| ... | ... | @@ -13,6 +13,7 @@ |
| 13 | 13 | #include "mozilla/Assertions.h"
|
| 14 | 14 | #include "mozilla/BackgroundHangMonitor.h"
|
| 15 | 15 | #include "mozilla/ProfilerLabels.h"
|
| 16 | +#include "mozilla/StaticPrefs_widget.h"
|
|
| 16 | 17 | #include "mozilla/UniquePtr.h"
|
| 17 | 18 | #include "mozilla/WindowsVersion.h"
|
| 18 | 19 | #include "nsReadableUtils.h"
|