Changeset 1029 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Jun 23, 2008, 3:30:16 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed early memory free; Added free_... functions to make fortify checking easier; Added fortify scopes; Delete now moves to trash can on systems with the xworkplace trash can installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1028 r1029  
    3939  11 May 08 SHL Add stale dcd sanity checks
    4040  21 Jun 08 GKY Fix columns to honor preferences on new container open.
     41  22 Jun 08 GKY Included free_... functions for fortify checking
    4142
    4243***********************************************************************/
     
    6465#include "command.h"                    // RunCommand
    6566#include "fm3dll.h"
     67#include "avl.h"                        // free_archivers
    6668#include "fortify.h"
    6769
     
    33153317                                (INT)mp1, (CHAR *)mp2, dcd->hwndFrame);
    33163318      xfree((CHAR *)mp2, pszSrcFile, __LINE__);
     3319# ifdef FORTIFY
     3320  Fortify_LeaveScope();
     3321# endif
    33173322      return MRFROMLONG(ret);
    33183323    }
     
    33563361      xfree(dcd, pszSrcFile, __LINE__);
    33573362# ifdef FORTIFY
     3363  free_commands();
     3364  free_associations();
     3365  free_udir();
     3366  free_ldir();
     3367  free_archivers();
    33583368  Fortify_LeaveScope();
    33593369# endif
Note: See TracChangeset for help on using the changeset viewer.