• Russ Cox's avatar
    Fix godoc deadlock. · 47fe18bf
    Russ Cox authored
    The code was already careful not to use malloc/free
    for stack growth during calls to malloc.
    Avoid them during calls to free too.
    
    R=r
    DELTA=9  (7 added, 0 deleted, 2 changed)
    OCL=29606
    CL=29610
    47fe18bf
malloc.c 5.7 KB