Changeset 1032 for trunk/dll/draglist.c


Ignore:
Timestamp:
Jun 30, 2008, 4:55:36 AM (17 years ago)
Author:
Gregg Young
Message:

Fortify updates including a leave scope wrapper which frees and in some cases reloads commands, archivers, association, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/draglist.c

    r1011 r1032  
    714714                   "DrgSetDragitem");
    715715        }
    716         free(ppDItem[ulSelect]);
     716        xfree(ppDItem[ulSelect], pszSrcFile, __LINE__);
    717717      } // for
    718718#ifdef __DEBUG_ALLOC__
Note: See TracChangeset for help on using the changeset viewer.