mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[test] clear the TRACE_FILE after closing it
This commit is contained in:
parent
5d478fc17a
commit
4a26355c63
@ -165,6 +165,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
fclose(data_parser::TRACE_FILE);
|
||||
data_parser::TRACE_FILE = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user