diff options
Diffstat (limited to 'src/DecoderThread.cxx')
-rw-r--r-- | src/DecoderThread.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderThread.cxx b/src/DecoderThread.cxx index 5d7bf3e5f..2c07689df 100644 --- a/src/DecoderThread.cxx +++ b/src/DecoderThread.cxx @@ -426,7 +426,7 @@ decoder_run(struct decoder_control *dc) assert(song != NULL); if (song->IsFile()) - uri = map_song_fs(song).Steal(); + uri = g_strdup(map_song_fs(song).c_str()); else uri = song->GetURI(); |