Changeset 1012 for trunk/dll/assoc.c


Ignore:
Timestamp:
May 11, 2008, 10:27:56 PM (17 years ago)
Author:
Gregg Young
Message:

Fixed crash on directory container close with fortify enabled; fixed memory leak in assoc.c;added a fortify scope to correspond to the loading and unloading of fm3.dll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/assoc.c

    r1009 r1012  
    197197      }
    198198    }
     199    xfree(pszCmdLine, pszSrcFile, __LINE__);
    199200    fclose(fp);
    200201  }
Note: See TracChangeset for help on using the changeset viewer.