File tree Expand file tree Collapse file tree 3 files changed +2
-0
lines changed Expand file tree Collapse file tree 3 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ ResourceManager::ResourceManager()
120120 detection_percent = 100 ;
121121 detection_string = " " ;
122122 detection_is_required = false ;
123+ DetectDevicesThread = nullptr ;
123124 dynamic_detectors_processed = false ;
124125 init_finished = false ;
125126 background_thread_running = true ;
Original file line number Diff line number Diff line change @@ -291,6 +291,7 @@ class ResourceManager: public ResourceManagerInterface
291291 | Detection Thread and Detection State |
292292 \*-------------------------------------------------------------------------------------*/
293293 std::thread * DetectDevicesThread;
294+ std::thread * DetectDevicesThread; // Used for rescan
294295 std::mutex DetectDeviceMutex;
295296 std::function<void ()> ScheduledBackgroundFunction;
296297 std::mutex BackgroundThreadStateMutex;
You can’t perform that action at this time.
0 commit comments