aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-13 00:29:00 -0500
committerGreg Kroah-Hartman <[email protected]>2011-03-14 12:36:14 -0700
commitdd9b15dc03075993f63a8a69667a3a8989aedfa1 (patch)
treea49c8b4a5ae885d5a9f3cea7ec83c278b86ee534 /tools/perf/util/trace-event-scripting.c
parente13a0b5a4b2ca9e318896a1c8c4b45d62477c956 (diff)
staging: hv: Remove NULL check before kfree
This patch was generated by the following semantic patch: // <smpl> @@ expression E; @@ - if (E != NULL) { kfree(E); } + kfree(E); @@ expression E; @@ - if (E != NULL) { kfree(E); E = NULL; } + kfree(E); + E = NULL; // </smpl> Signed-off-by: Ilia Mirkin <[email protected]> Cc: K. Y. Srinivasan <[email protected]> Cc: Haiyang Zhang <[email protected]> Cc: Mike Sterling <[email protected]> Cc: Abhishek Kane <[email protected]> Cc: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions