queue: fix packet free
This commit is contained in:
parent
a8f727c6c6
commit
a8fcc5a02b
|
|
@ -339,8 +339,8 @@ void *tx() {
|
|||
}
|
||||
break;
|
||||
}
|
||||
itss_queue_packet_free(qp);
|
||||
}
|
||||
itss_queue_packet_free(qp);
|
||||
}
|
||||
|
||||
itss_0close(networking_socket);
|
||||
|
|
|
|||
Loading…
Reference in New Issue