diff --git a/src/tools/pw-top.c b/src/tools/pw-top.c index ae2a14abd..92f73152c 100644 --- a/src/tools/pw-top.c +++ b/src/tools/pw-top.c @@ -604,6 +604,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); } } }