Fix clearing the file handle at the wrong location.
This commit is contained in:
parent
7614195710
commit
a682e33be0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue