Changeset 1082 for trunk/dll/avl.c


Ignore:
Timestamp:
Jul 20, 2008, 12:37:36 AM (17 years ago)
Author:
Gregg Young
Message:

Changes so FM2 will use TMP/TEMP directory for all temp files; Replaced save_dir2 with global variable so BldFullPathName could easily replace code that performed the same function; Added #ifdef FORTIFY to free_ function that are only used when fortified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/avl.c

    r1039 r1082  
    3131  25 Aug 07 SHL load_archivers: add missing close on error path
    3232  29 Feb 08 GKY Use xfree where appropriate
    33   22 Jun 08 GKY Added free_archivers fot fortify checking
     33  22 Jun 08 GKY Added free_archivers for fortify checking
     34  19 Jul 08 GKY ifdef Fortify free_archivers
    3435
    3536***********************************************************************/
     
    218219}
    219220
     221# ifdef FORTIFY
     222
    220223VOID free_archivers(VOID)
    221224{
     
    247250
    248251//=== free_arc_type() free allocated ARC_TYPE ===
     252
     253# endif
    249254
    250255VOID free_arc_type(ARC_TYPE * pat)
Note: See TracChangeset for help on using the changeset viewer.