Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

plugins: fix dangling sbs_title pointer

Change-Id: Ief2a5dde8760e55524a74b482079a2a9ebafece9

+5
+5
apps/plugin.c
··· 48 48 #include "file.h" 49 49 #include "core_keymap.h" 50 50 #include "language.h" 51 + #include "statusbar-skinned.h" 51 52 52 53 #if CONFIG_CHARGING 53 54 #include "power.h" ··· 1065 1066 FOR_NB_SCREENS(i) 1066 1067 viewportmanager_theme_undo(i, true); 1067 1068 } 1069 + else 1070 + /* fix dangling sbs_title pointer */ 1071 + FOR_NB_SCREENS(i) 1072 + sb_set_title_text(NULL, Icon_NOICON, i); 1068 1073 1069 1074 plugin_check_open_close__exit(); 1070 1075