Explorar el Código

cmRtNet.c More changes to cmRtNetTest().

master
kpl hace 11 años
padre
commit
b999a8e656
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      cmRtNet.c

+ 3
- 1
cmRtNet.c Ver fichero

@@ -835,9 +835,11 @@ void  cmRtNetTest( cmCtx_t* ctx, bool mstrFl )
835 835
 
836 836
  errLabel:
837 837
 
838
+  cmThreadDestroy(&p->thH);
839
+
838 840
   cmRtNetFree(&p->netH);
839 841
 
840
-  cmThreadDestroy(&p->thH);
842
+
841 843
   return;
842 844
 
843 845
 }

Loading…
Cancelar
Guardar