summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpservice.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2025-12-03 19:33:47 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2025-12-03 19:33:47 +0200
commit29518cdf4a9e3c9ee214d358bcc1e8f1c3fd6c93 (patch)
treee5441660615f1cd49a3c62f6f24f3040e8df35a1 /indra/llcorehttp/_httpservice.h
parent44143786ad54d7ebfee6442a92f1c49ff570e94a (diff)
parentb49400e0882a80dd2972a31cde2152ba979b2ce4 (diff)
Merge branch 'develop-linux' into marchcat/slua-linux
Diffstat (limited to 'indra/llcorehttp/_httpservice.h')
-rw-r--r--indra/llcorehttp/_httpservice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpservice.h b/indra/llcorehttp/_httpservice.h
index 13eb034f0e..bdf03f5227 100644
--- a/indra/llcorehttp/_httpservice.h
+++ b/indra/llcorehttp/_httpservice.h
@@ -218,7 +218,7 @@ protected:
static volatile EState sState;
HttpRequestQueue * mRequestQueue; // Refcounted
LLAtomicU32 mExitRequested;
- LLCoreInt::HttpThread * mThread;
+ std::unique_ptr<LLCoreInt::HttpThread> mThread;
// === working-thread-only data ===
HttpPolicy * mPolicy; // Simple pointer, has ownership