Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312340
b: refs/heads/master
c: 4b5632b
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Namhyung Kim committed Jul 4, 2012
1 parent 51cf392 commit 0aa5be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3831a42deba59bf26618b0dd6fa1320a0a94ebd9
refs/heads/master: 4b5632bc3122ec9b7e875294c8abe92f1573196a
3 changes: 2 additions & 1 deletion trunk/tools/lib/traceevent/event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -4770,7 +4770,8 @@ int pevent_parse_event(struct pevent *pevent,
arg->field.name = strdup(field->name);
if (!arg->field.name) {
do_warning("failed to allocate field name");
goto event_failed;
event->flags |= EVENT_FL_FAILED;
return -1;
}
arg->field.field = field;
}
Expand Down

0 comments on commit 0aa5be3

Please sign in to comment.