projects
/
lttngtop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ee217a
)
fix: filename history needs a rework in the next release
author
Julien Desfossez
<jdesfossez@efficios.com>
Mon, 1 Jun 2015 15:39:03 +0000
(11:39 -0400)
committer
Julien Desfossez
<jdesfossez@efficios.com>
Mon, 1 Jun 2015 15:39:03 +0000
(11:39 -0400)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
src/iostreamtop.c
patch
|
blob
|
blame
|
history
diff --git
a/src/iostreamtop.c
b/src/iostreamtop.c
index e4da1dd408e0be30c3af2c5f825cf7f27259731e..44fe37b89995aadc722ca5786d3f859a5830b4e8 100644
(file)
--- a/
src/iostreamtop.c
+++ b/
src/iostreamtop.c
@@
-140,10
+140,12
@@
void close_file(struct processtop *proc, int fd)
if (file != NULL) {
file->flag = __NR_close;
lttngtop.nbfiles--;
+ /*
if (file->name) {
free(file->name);
file->name = NULL;
}
+ */
}
lttngtop.nbclosedfiles++;
}
This page took
0.024139 seconds
and
4
git commands to generate.