mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
1. Fixed valgrind issue
2. Updated child_process, to now have back-parent pointer on completion
This commit is contained in:
@@ -1604,10 +1604,6 @@ void *ILibDuktape_ScriptContainer_Engine_realloc(void *udata, void *ptr, duk_siz
|
||||
}
|
||||
}
|
||||
|
||||
if (ptr == NULL)
|
||||
{
|
||||
printf("PTR WAS NULL!\n");
|
||||
}
|
||||
return(ptr);
|
||||
}
|
||||
void ILibDuktape_ScriptContainer_Engine_free(void *udata, void *ptr)
|
||||
|
||||
Reference in New Issue
Block a user