queue: fix packet free

This commit is contained in:
emanuel 2024-05-10 15:21:26 +01:00
parent a8f727c6c6
commit a8fcc5a02b
1 changed files with 1 additions and 1 deletions

View File

@ -339,9 +339,9 @@ void *tx() {
}
break;
}
}
itss_queue_packet_free(qp);
}
}
itss_0close(networking_socket);
itss_0close(management_socket);