Commit 4de1a41c authored by Warren Dukes's avatar Warren Dukes

fix oggTagDup booboo

git-svn-id: https://svn.musicpd.org/mpd/trunk@1252 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 0e203253
...@@ -320,7 +320,8 @@ MpdTag * oggTagDup(char * file) { ...@@ -320,7 +320,8 @@ MpdTag * oggTagDup(char * file) {
stripReturnChar(ret->track); stripReturnChar(ret->track);
} }
} }
free(temp);
comments++;
} }
ov_clear(&vf); ov_clear(&vf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment