Changeset 691 for trunk/src


Ignore:
Timestamp:
Dec 8, 2006, 9:37:23 AM (19 years ago)
Author:
bird
Message:

Fixed FindFirstFile handle leak in pathstuff.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/w32/pathstuff.c

    r545 r691  
    237237        strcpy(psz, FindFileData.cFileName);
    238238        pszEnd[0] = chSaved0;
     239        FindClose(hDir);
    239240
    240241        /* advance to the next component */
Note: See TracChangeset for help on using the changeset viewer.