Do not delete the IOStream object in TagLib::File

This commit is contained in:
Lukáš Lalinský
2012-09-06 19:43:52 +02:00
parent e37f6ed752
commit f11b206fe8
20 changed files with 70 additions and 5 deletions

View File

@ -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,