Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
348:11f26dcf657f
for
alias.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
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
alias.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
alias.c
r278
r348
92
92
a->personal = safe_strdup (buffer);
93
93
#ifdef EXACT_ADDRESS
94
free (a->val);
95
a->val = NULL;
94
FREE (&a->val);
96
95
#endif
97
96
}
Download in other formats:
Unified Diff
Zip Archive