Changeset 348:11f26dcf657f for alias.c

Show
Ignore:
Timestamp:
1998-08-15 23:11:37 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-0-94
Message:

Replacing a bunch of free() and malloc() calls by
safe_free() and safe_malloc(). (From Liviu.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alias.c

    r278 r348  
    9292          a->personal = safe_strdup (buffer); 
    9393#ifdef EXACT_ADDRESS 
    94           free (a->val); 
    95           a->val = NULL; 
     94          FREE (&a->val); 
    9695#endif 
    9796        }