mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -34,7 +34,7 @@ class DataBuffer {
|
|||
|
||||
void Allocate(size_t l) {
|
||||
delete[] data_;
|
||||
data_ = new uint8_t[l ? l : 1]; // Don't depend on new [0].
|
||||
data_ = new uint8_t[l ? l : 1](); // Don't depend on new [0].
|
||||
len_ = l;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue