Fix clearing the file handle at the wrong location.

This commit is contained in:
fendrin 2013-07-08 23:20:25 +02:00
parent 7614195710
commit a682e33be0

View file

@ -116,9 +116,9 @@ void music_track::resolve()
if (!found) {
LOG_AUDIO << "No title for music track '" << id_ << "'\n";
}
}
ov_clear(&vf);
}
#endif
LOG_AUDIO << "resolved music track '" << id_ << "' into '" << file_path_ << "'\n";