diff options
| -rw-r--r-- | src/ui_act.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/ui_act.c b/src/ui_act.c index e1dbfc0..ee43809 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -240,11 +240,13 @@ BarUiActCallback(BarUiActDeleteStation) {  				/* drain playlist */  				PianoDestroyPlaylist (PianoListNextP (app->playlist));  				app->playlist->head.next = NULL; +				selSong = NULL;  			}  			app->nextStation = NULL;  			/* XXX: usually we shoudn’t touch cur*, but DELETE_STATION destroys  			 * station struct */  			app->curStation = NULL; +			selStation = NULL;  		}  		BarUiActDefaultEventcmd ("stationdelete");  	} | 
