cmRtNet.c More changes to cmRtNetTest().

This commit is contained in:
kpl 2013-04-26 14:05:18 -07:00
parent c344c83e84
commit b999a8e656

View File

@ -835,9 +835,11 @@ void cmRtNetTest( cmCtx_t* ctx, bool mstrFl )
errLabel:
cmThreadDestroy(&p->thH);
cmRtNetFree(&p->netH);
cmThreadDestroy(&p->thH);
return;
}