Ignore:
Timestamp:
Jul 10, 2001, 10:19:25 PM (24 years ago)
Author:
bird
Message:

Call DosFreeModule in destructor if DLL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepe2lx.cpp

    r4368 r6303  
    1 /* $Id: winimagepe2lx.cpp,v 1.17 2000-10-02 13:35:23 bird Exp $ */
     1/* $Id: winimagepe2lx.cpp,v 1.18 2001-07-10 20:19:25 bird Exp $ */
    22
    33/*
     
    691691        cSections = 0;
    692692    }
     693
     694    if (fDll)
     695        DosFreeModule(hmod);
    693696}
    694697
Note: See TracChangeset for help on using the changeset viewer.