mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1105661: MP4Sample: use proper delete[] operator. r=k17e
]
This commit is contained in:
parent
967d16b83d
commit
b053bc4cd1
@ -166,7 +166,7 @@ public:
|
||||
void Prepend(const uint8_t* aData, size_t aSize);
|
||||
|
||||
private:
|
||||
nsAutoPtr<uint8_t> extra_buffer;
|
||||
nsAutoArrayPtr<uint8_t> extra_buffer;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user