Changeset 1029 for trunk/dll/assoc.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/assoc.c

    r1012 r1029  
    979979}
    980980
    981 #pragma alloc_text(ASSOC2,free_commands,load_associations,save_associations,display_associations)
     981#pragma alloc_text(ASSOC2,free_associations,load_associations,save_associations,display_associations)
    982982#pragma alloc_text(ASSOC2,ExecAssociation,AssocTextProc)
    983983#pragma alloc_text(ASSOC,add_association,kill_association,AssocDlgProc,EditAssociations)
Note: See TracChangeset for help on using the changeset viewer.