From a8f727c6c69417bbb175deb56def078c4d93a2fb Mon Sep 17 00:00:00 2001 From: emanuel Date: Thu, 9 May 2024 18:08:04 +0100 Subject: [PATCH] queue update --- src/facilities.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities.c b/src/facilities.c index bb201cf..ef12167 100644 --- a/src/facilities.c +++ b/src/facilities.c @@ -340,7 +340,7 @@ void *tx() { break; } } - itss_queue_packet_destroy(qp); + itss_queue_packet_free(qp); } itss_0close(networking_socket);