Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309411
b: refs/heads/master
c: 57d34dc
h: refs/heads/master
i:
  309409: b0018d5
  309407: 8aed976
v: v3
  • Loading branch information
Namhyung Kim authored and Arnaldo Carvalho de Melo committed May 24, 2012
1 parent e196025 commit 8542301
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 00b9da7219cd027a1c51c3ef576aadbbd9fe38fe
refs/heads/master: 57d34dc5568f6ac700ef7e5c67f2bd6a8c7c4659
5 changes: 4 additions & 1 deletion trunk/tools/lib/traceevent/event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1434,8 +1434,11 @@ static int event_read_fields(struct event_format *event, struct format_field **f
fail:
free_token(token);
fail_expect:
if (field)
if (field) {
free(field->type);
free(field->name);
free(field);
}
return -1;
}

Expand Down

0 comments on commit 8542301

Please sign in to comment.