1
This commit is contained in:
parent
6af8079f60
commit
f66a76d8b6
@ -247,6 +247,7 @@ namespace f8
|
||||
MsgHdr* hdr = list_first_entry(work_list, MsgHdr, entry);
|
||||
list_del_init(&hdr->entry);
|
||||
user_app_->DispatchSocketMsg(hdr);
|
||||
--msgnode_size_;
|
||||
MsgHdr::Destroy(hdr);
|
||||
}
|
||||
}
|
||||
@ -281,10 +282,4 @@ namespace f8
|
||||
NotifyLoopCond();
|
||||
}
|
||||
|
||||
void App::FreeSocketMsg(MsgHdr* hdr)
|
||||
{
|
||||
--msgnode_size_;
|
||||
free(hdr);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user