Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304976
b: refs/heads/master
c: 54a3625
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Frederic Weisbecker committed Apr 25, 2012
1 parent 99b5879 commit fcfcdbe
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5205aec960514089d12dd8e35f2a82584b8e6172
refs/heads/master: 54a3625829c9de60f4acbd0efe3ec4201b174fd6
2 changes: 1 addition & 1 deletion trunk/tools/lib/traceevent/event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ process_fields(struct event_format *event, struct print_flag_sym **list, char **
goto out_free;

field = malloc_or_die(sizeof(*field));
memset(field, 0, sizeof(field));
memset(field, 0, sizeof(*field));

value = arg_eval(arg);
field->value = strdup(value);
Expand Down

0 comments on commit fcfcdbe

Please sign in to comment.