fix memory leak

This commit is contained in:
Nick Peng
2018-06-12 22:08:24 +08:00
parent 8cd0edad4a
commit 35f945759d
7 changed files with 766 additions and 621 deletions

View File

@@ -5,6 +5,8 @@ int dns_server_init(void);
int dns_server_run(void);
void dns_server_stop(void);
void dns_server_exit(void);
#endif