Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
55b2de8
for
global.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
May 12, 2011, 4:39:26 PM (
14 years
ago)
Author:
David Benjamin <davidben@mit.edu>
Children:
7fd0bf7
Parents:
13ee8f2
git-author:
David Benjamin <davidben@mit.edu> (05/07/11 15:12:09)
git-committer:
David Benjamin <davidben@mit.edu> (05/12/11 16:39:26)
Message:
Remove NULL checks before calling g_free g_free handles the NULL check for us.
File:
1 edited
global.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
global.c
r7b4f3be
r55b2de8
505
505
506
506
void owl_global_set_startupargs(owl_global *g, int argc, char **argv) {
507
if (g->startupargs)
g_free(g->startupargs);
507
g_free(g->startupargs);
508
508
g->startupargs = g_strjoinv(" ", argv);
509
509
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive