Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 158288
b: refs/heads/master
c: d498bc1
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker authored and Ingo Molnar committed Aug 28, 2009
1 parent df0b031 commit 9a8c036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ef2ed1066ae9f8080cd96cba11c2d41118b8792
refs/heads/master: d498bc1f6261dd6f655440eb2f1c7fa25694d3ba
1 change: 1 addition & 0 deletions trunk/tools/perf/util/trace-event-parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -1997,6 +1997,7 @@ static void print_str_arg(void *data, int size,
memcpy(str, data + arg->field.field->offset,
arg->field.field->size);
str[arg->field.field->size] = 0;
printf("%s", str);
free(str);
break;
case PRINT_FLAGS:
Expand Down

0 comments on commit 9a8c036

Please sign in to comment.