We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd87e7e commit e046c2eCopy full SHA for e046c2e
libtrap/src/ifc_tcpip.c
@@ -1165,7 +1165,7 @@ send_blocking_mode(void *arg)
1165
// is next container ready
1166
while (!is_next_container_ready(c, cl)) {
1167
if (c->is_terminated) {
1168
- break;
+ goto cleanup;
1169
}
1170
sleep_time = calculate_sleep(sleep_time);
1171
usleep(sleep_time);
libtrap/src/ifc_tls.c
@@ -1303,7 +1303,7 @@ send_blocking_mode(void *arg)
1303
1304
1305
1306
1307
1308
1309
0 commit comments