We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548ceb7 commit bac71e8Copy full SHA for bac71e8
1 file changed
src/FileUtils.cpp
@@ -527,7 +527,7 @@ void startFSIOThreads() {
527
continue;
528
}
529
threadData->stack = (uint8_t *) memalign(0x20, stackSize);
530
- if (!threadData->thread) {
+ if (!threadData->stack) {
531
free(threadData->thread);
532
DEBUG_FUNCTION_LINE_ERR("Failed to allocate threadData stack");
533
OSFatal("ContentRedirectionModule: Failed to allocate IO Thread stack");
0 commit comments