diff options
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -894,6 +894,8 @@ void BarUiHistoryPrepend (BarApp_t *app, PianoSong_t *song) { PianoDestroyPlaylist (delSong); } } + } else { + PianoDestroyPlaylist (song); } } |