Changeset 2887 for trunk/kLdr/kLdrDyld.c


Ignore:
Timestamp:
Nov 18, 2006, 4:37:00 PM (19 years ago)
Author:
bird
Message:

Bugfixing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyld.c

    r2875 r2887  
    695695    uint32_t iLoadEnd = kldrDyldStackFrameCompleted();
    696696    if (rc)
     697    {
     698        kldrDyldModAddRef(pLoadedMod);
    697699        kldrDyldStackCleanupOne(pLoadedMod, rc); /* in case it didn't get pushed onto the stack. */
     700        kldrDyldModDeref(pLoadedMod);
     701    }
    698702
    699703    /*
Note: See TracChangeset for help on using the changeset viewer.