Thread: orafce - orafce: Fix memory management in ora_salloc().

orafce - orafce: Fix memory management in ora_salloc().

From
hlinnaka@pgfoundry.org (User Hlinnaka)
Date:
Log Message:
-----------
Fix memory management in ora_salloc(). Calling ora_salloc() repeatedly
until out-of-memory used to crash sometimes, because we failed to
reinitialize min_max and select variables after defragmentation.
Defragmentation could render the old values invalid.

Modified Files:
--------------
    orafce:
        shmmc.c (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/shmmc.c?r1=1.15&r2=1.16)