bugfix:修复packet io内存泄漏
This commit is contained in:
@@ -42,6 +42,8 @@ void ctrl_packet_parser_init(struct ctrl_pkt_parser *handler);
|
||||
int ctrl_packet_parser_parse(void *ctx, const char* data, size_t length, void *logger);
|
||||
void ctrl_packet_parser_dump(struct ctrl_pkt_parser *handler, void *logger);
|
||||
|
||||
void ctrl_packet_cmsg_destroy(struct ctrl_pkt_parser *handler);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user