Fix linux build.
This commit is contained in:
parent
8ebb659cd6
commit
5af169fd7b
11 changed files with 220 additions and 3 deletions
|
@ -22,6 +22,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
|
@ -92,6 +93,8 @@ int App::exec()
|
|||
free(m_network);
|
||||
free(m_options);
|
||||
|
||||
Mem::release();
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue