Explorar o código

fix non-multithreaded case

Julius Pfrommer %!s(int64=9) %!d(string=hai) anos
pai
achega
affcb6e309
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/server/ua_server_worker.c

+ 2 - 0
src/server/ua_server_worker.c

@@ -231,7 +231,9 @@ static UA_StatusCode addRepeatedJob(UA_Server *server, struct AddRepeatedJob * r
     }
     matchingTw->jobs[matchingTw->jobsSize] = arw->job;
     matchingTw->jobsSize++;
+#ifdef UA_MULTITHREADING
     UA_free(arw);
+#endif
     return UA_STATUSCODE_GOOD;
 }