summaryrefslogtreecommitdiff
path: root/top/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'top/top.c')
-rw-r--r--top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/top.c b/top/top.c
index 8ae0521..eab1735 100644
--- a/top/top.c
+++ b/top/top.c
@@ -7244,7 +7244,7 @@ int main (int argc, char *argv[]) {
if (0 < Loops) --Loops;
if (!Loops) bye_bye(NULL);
- if (Frames_signal) { Frames_signal = BREAK_off; continue; }
+ if (Frames_signal) { Frames_signal = BREAK_off; zap_fieldstab(); continue; }
ts.tv_sec = Rc.delay_time;
ts.tv_nsec = (Rc.delay_time - (int)Rc.delay_time) * 1000000000;