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