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

`TagHeader_free` is private. #44

Closed sizeak closed 1 year ago

sizeak commented 1 year ago

TagHeader_free doesn't seem to be part of the public interface, but there are public functions which return ID3v2_TagHeader*, so it probably should be made part of the public interface or removed entirely in favour of free (which it wraps) to avoid misleading people.

larsbs commented 1 year ago

Fixed by https://github.com/larsbs/id3v2lib/pull/46