mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Fixed memory leak of ByteVector
This commit is contained in:
parent
dfee045d46
commit
e73afa3325
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user