queue update

This commit is contained in:
emanuel 2024-05-09 18:08:04 +01:00
parent bc3c99e10e
commit a8f727c6c6
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ void *tx() {
break;
}
}
itss_queue_packet_destroy(qp);
itss_queue_packet_free(qp);
}
itss_0close(networking_socket);