* heap.h (inheap): Check for NULL.

This commit is contained in:
Christopher Faylor
2001-10-05 04:36:14 +00:00
parent 8d817b0f9e
commit f978840bee
5 changed files with 13 additions and 2 deletions

View File

@ -315,6 +315,7 @@ fork_child (HANDLE& hParent, dll *&first_dll, bool& load_dlls)
/* Initialize signal/process handling */
sigproc_init ();
__pthread_atforkchild ();
MALLOC_CHECK;
cygbench ("fork-child");
return 0;
}