projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbed98e
)
xenpmd.c: Remove hard tab
author
Ian Jackson
<iwj@xenproject.org>
Mon, 1 Feb 2021 15:18:36 +0000
(15:18 +0000)
committer
Ian Jackson
<iwj@xenproject.org>
Mon, 1 Feb 2021 15:18:36 +0000
(15:18 +0000)
bbed98e7cedc
"xenpmd.c: use dynamic allocation" had a hard tab.
I thought we had fixed that and I thought I had checked.
Remove it now.
Signed-off-by: Ian Jackson <iwj@xenproject.org>
tools/xenpmd/xenpmd.c
patch
|
blob
|
history
diff --git
a/tools/xenpmd/xenpmd.c
b/tools/xenpmd/xenpmd.c
index 8e783181e11a1ba7d38a2314b45eee695789771b..15e6169c449de77517de2cb67c21a5c5c4cd4851 100644
(file)
--- a/
tools/xenpmd/xenpmd.c
+++ b/
tools/xenpmd/xenpmd.c
@@
-122,7
+122,7
@@
FILE *get_next_battery_file(DIR *battery_dir,
if (ret < 0)
continue;
file = fopen(file_name, "r");
- free(file_name);
+
free(file_name);
} while ( !file );
return file;