Fix mismatching allocation and deallocation
This commit is contained in:
parent
346c992352
commit
7727da7d3d
@ -100,7 +100,7 @@ BDataRequest::_ProtocolLoop()
|
||||
}
|
||||
|
||||
if (isBase64)
|
||||
delete payload;
|
||||
delete[] payload;
|
||||
|
||||
return B_PROT_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user