Commit fd5596bf authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/fix-rfsim-bad-fd' into integration_2024_w12

parents 07750d3a 513f56e2
...@@ -1038,7 +1038,7 @@ static void rfsimulator_end(openair0_device *device) { ...@@ -1038,7 +1038,7 @@ static void rfsimulator_end(openair0_device *device) {
for (int i = 0; i < MAX_FD_RFSIMU; i++) { for (int i = 0; i < MAX_FD_RFSIMU; i++) {
buffer_t *b = &s->buf[i]; buffer_t *b = &s->buf[i];
if (b->conn_sock >= 0 ) if (b->conn_sock >= 0 )
close(b->conn_sock); removeCirBuf(s, b->conn_sock);
} }
close(s->epollfd); close(s->epollfd);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment