mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Fix bug 1538463.
This commit is contained in:
@ -165,4 +165,5 @@ void TraceScreen_run(TraceScreen* this) {
|
||||
kill(child, SIGTERM);
|
||||
waitpid(child, NULL, 0);
|
||||
fclose(strace);
|
||||
CRT_enableDelay();
|
||||
}
|
||||
|
Reference in New Issue
Block a user