Sfoglia il codice sorgente

cmRtNet.c More changes to cmRtNetTest().

master
kpl 11 anni fa
parent
commit
b999a8e656
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      cmRtNet.c

+ 3
- 1
cmRtNet.c Vedi File

@@ -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…
Annulla
Salva