fix tiny memleak by not joining input thread

master
Andre Puschmann 5 years ago
parent 13bc9196b0
commit e5ed6ac870

@ -475,6 +475,7 @@ int main(int argc, char* argv[])
usleep(10000);
}
pthread_cancel(input);
pthread_join(input, NULL);
metricshub.stop();
enb->stop();
enb->cleanup();

Loading…
Cancel
Save