summaryrefslogtreecommitdiff
path: root/overlay/tracepoint_format.leg
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/tracepoint_format.leg')
-rw-r--r--overlay/tracepoint_format.leg2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/tracepoint_format.leg b/overlay/tracepoint_format.leg
index 0db9a55f..5503e1cc 100644
--- a/overlay/tracepoint_format.leg
+++ b/overlay/tracepoint_format.leg
@@ -1,5 +1,5 @@
TracepointFmt =
- 'name' ':' Space n:PropertyName EndLine { free(v.string); }
+ 'name' ':' Space n:PropertyName EndLine { free(n.string); }
'ID:' Space v:Number EndLine { yy->ctx.tp->event_id = v.integer; }
'format:' EndLine
Field+