forked from cory/tildefriends
Attempting to learn about a slow memory leak.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3887 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
#include "task.h"
|
||||
#include "taskstub.js.h"
|
||||
#include "tests.h"
|
||||
#include "util.js.h"
|
||||
|
||||
#include <quickjs-libc.h>
|
||||
#include <quickjs.h>
|
||||
@ -624,6 +625,7 @@ int main(int argc, char* argv[])
|
||||
#if !defined(_WIN32)
|
||||
prctl(PR_SET_PDEATHSIG, SIGKILL);
|
||||
#endif
|
||||
tf_util_replace_uv_allocator();
|
||||
uv_setup_args(argc, argv);
|
||||
tf_taskstub_startup();
|
||||
|
||||
|
Reference in New Issue
Block a user