Commit 7866a61
committed
Correct ProcessRequestQueue leak in VideoScan::SetDirs.
When QUERY_VIDEOS was called against the master backend, it would run
the video scanner, which would in turn pull the master backend hostname
from gCoreContext. Since that queries the value from the master
backend, it would stall, never to return, and lock the attached
ProcessRequestQueue until the backend was restarted.1 parent 1a2c872 commit 7866a61
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments