ソースを参照

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
 }

読み込み中…
キャンセル
保存