mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 02:34:26 +08:00
test_rtp avoid crash when exit
This commit is contained in:
parent
749ef33965
commit
c090fc3ea0
@ -117,6 +117,7 @@ int main(int argc,char *argv[]) {
|
||||
sem.post();
|
||||
});
|
||||
sem.wait();
|
||||
sleep(1);
|
||||
}
|
||||
else
|
||||
ErrorL << "parameter error.";
|
||||
|
Loading…
Reference in New Issue
Block a user