mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 13:04:18 -04:00
Merge pull request #224 from TsudaKageyu/memoryleak
Fixed memory leak of ByteVector
This commit is contained in:
@ -508,7 +508,6 @@ ByteVector::ByteVector(const ByteVector &v)
|
||||
ByteVector::ByteVector(const ByteVector &v, uint offset, uint length)
|
||||
: d(new ByteVectorPrivate(v.d, offset, length))
|
||||
{
|
||||
d->ref();
|
||||
}
|
||||
|
||||
ByteVector::ByteVector(char c)
|
||||
|
Reference in New Issue
Block a user