diff --git a/monitor.c b/monitor.c index 19470d1c0f15ceb745df7b2109469e64ed54c587..61a072b1ae69136c375f74111583ac9650fd161d 100644 --- a/monitor.c +++ b/monitor.c @@ -2307,7 +2307,6 @@ static int do_info_balloon(Monitor *mon, MonitorCompletion cb, void *opaque) return -1; } - cb(opaque, NULL); return 0; } @@ -2330,6 +2329,7 @@ static int do_balloon(Monitor *mon, const QDict *params, return -1; } + cb(opaque, NULL); return 0; }