Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26107
b: refs/heads/master
c: 59e89f3
h: refs/heads/master
i:
  26105: fc524f1
  26103: 85d778e
v: v3
  • Loading branch information
Kylene Jo Hall authored and Linus Torvalds committed Apr 22, 2006
1 parent a458b6c commit 518fc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b9251b823b5e921c894eb135cb6c64abf483f50e
refs/heads/master: 59e89f3a091d5cf93f4b176aedcfded61ece5252
2 changes: 2 additions & 0 deletions trunk/drivers/char/tpm/tpm_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ static int tpm_binary_bios_measurements_show(struct seq_file *m, void *v)
/* 5th: delimiter */
seq_putc(m, '\0');

kfree(eventname);
return 0;
}

Expand Down Expand Up @@ -353,6 +354,7 @@ static int tpm_ascii_bios_measurements_show(struct seq_file *m, void *v)
/* 4th: eventname <= max + \'0' delimiter */
seq_printf(m, " %s\n", eventname);

kfree(eventname);
return 0;
}

Expand Down

0 comments on commit 518fc0f

Please sign in to comment.