mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
@@ -49,6 +49,7 @@ struct queue {
|
|||||||
static void
|
static void
|
||||||
clear_list(struct uncomplete * uc) {
|
clear_list(struct uncomplete * uc) {
|
||||||
while (uc) {
|
while (uc) {
|
||||||
|
skynet_free(uc->pack.buffer);
|
||||||
void * tmp = uc;
|
void * tmp = uc;
|
||||||
uc = uc->next;
|
uc = uc->next;
|
||||||
skynet_free(tmp);
|
skynet_free(tmp);
|
||||||
|
|||||||
Reference in New Issue
Block a user