Explorar o código

Merge branch 'candidate-7.4.x' into candidate-7.6.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=5) %!d(string=hai) anos
pai
achega
8b84401d75
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      thorlcr/slave/slavmain.cpp

+ 1 - 1
thorlcr/slave/slavmain.cpp

@@ -2342,8 +2342,8 @@ void slaveMain(bool &jobListenerStopped)
     }
     roxiemem::setTotalMemoryLimit(gmemAllowHugePages, gmemAllowTransparentHugePages, gmemRetainMemory, ((memsize_t)gmemSize) * 0x100000, 0, thorAllocSizes, NULL);
 
-    CJobListener jobListener(jobListenerStopped);
     CThorResourceSlave slaveResource;
+    CJobListener jobListener(jobListenerStopped);
     setIThorResource(slaveResource);
 
 #ifdef __linux__