mirror of
https://github.com/taglib/taglib.git
synced 2026-02-13 19:53:06 -05:00
Do not delete the IOStream object in TagLib::File
This commit is contained in:
@ -97,6 +97,9 @@ namespace TagLib {
|
||||
*
|
||||
* If this file contains and ID3v2 tag the frames will be created using
|
||||
* \a frameFactory.
|
||||
*
|
||||
* \note TagLib will *not* take ownership of the stream, the caller is
|
||||
* responsible for deleting it after the File object.
|
||||
*/
|
||||
// BIC: merge with the above constructor
|
||||
File(IOStream *stream, ID3v2::FrameFactory *frameFactory,
|
||||
|
||||
Reference in New Issue
Block a user