larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

EXC_BAD_ACCESS Error #21

Closed sxgfxm closed 7 years ago

sxgfxm commented 7 years ago

hi, Thanks a lot for id3v2lib which helps me insert ID3v2 Tag to mp3 files with no metadata before. But sometimes I got this error "malloc: *** error for object 0x172834d40: Invalid pointer dequeued from free list" and I can't find out what's wrong. Is there any advice ?

Gray-Wind commented 7 years ago

@sxgfxm Hello, how did you solve your issue?