diff --git a/src/tools/pw-top.c b/src/tools/pw-top.c index 21ebfb536..2b7191e7c 100644 --- a/src/tools/pw-top.c +++ b/src/tools/pw-top.c @@ -423,7 +423,8 @@ static void on_core_done(void *_data, uint32_t id, int seq) if (d->profiler == NULL) { pw_log_error("no Profiler Interface found, please load one in the server"); pw_main_loop_quit(d->loop); - } + } else + do_refresh(d); } }