diff --git a/src/shell-app.c b/src/shell-app.c index 5b2a21e8a..51a252498 100644 --- a/src/shell-app.c +++ b/src/shell-app.c @@ -1281,6 +1281,8 @@ unref_running_state (ShellAppRunningState *state) g_clear_object (&state->remote_menu); g_clear_object (&state->muxer); + g_clear_pointer (&state->unique_bus_name, g_free); + g_clear_pointer (&state->remote_menu, g_free); g_slice_free (ShellAppRunningState, state); }