Browse Source

cmRtNet.c More changes to cmRtNetTest().

master
kpl 11 years ago
parent
commit
b999a8e656
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      cmRtNet.c

+ 3
- 1
cmRtNet.c View 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…
Cancel
Save