fix: filename history needs a rework in the next release
[lttngtop.git] / src / iostreamtop.c
index e4da1dd408e0be30c3af2c5f825cf7f27259731e..44fe37b89995aadc722ca5786d3f859a5830b4e8 100644 (file)
@@ -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.022107 seconds and 4 git commands to generate.