aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/DecoderThread.cxx2
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();