소스 검색

cmRtNet.c More changes to cmRtNetTest().

master
kpl 11 년 전
부모
커밋
b999a8e656
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3
    1
      cmRtNet.c

+ 3
- 1
cmRtNet.c 파일 보기

@@ -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…
취소
저장