• Vadim B. Mikheev's avatar
    1. Fix md memory leak: · 19269069
    Vadim B. Mikheev authored
       mdunlink() and mdclose() (too !!!) now free MdfdVec for relation
       and add it to free list, so it may be re-used for another relation
       later.
    2. Fix VFD-manager memory leak (found by Massimo ... and me):
       mdunlink() has to call FileUnlink() to free allocation for fileName
       and add the Vfd slot to the free list.
    19269069
smgr.c 9.41 KB