fix oggTagDup booboo

git-svn-id: https://svn.musicpd.org/mpd/trunk@1252 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-05-31 03:02:17 +00:00
parent 0e2032533d
commit 4de1a41c83
1 changed files with 2 additions and 1 deletions

View File

@ -320,7 +320,8 @@ MpdTag * oggTagDup(char * file) {
stripReturnChar(ret->track);
}
}
free(temp);
comments++;
}
ov_clear(&vf);