зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1221898 - Fix PBAP memory leakage, r=brsun
This commit is contained in:
Родитель
18286d98bd
Коммит
cc694d7066
|
@ -925,7 +925,7 @@ BluetoothPbapManager::ReplyToGet(uint16_t aPhonebookSize)
|
|||
// ---- Part 2b: [headerId:1][length:2][Body:var] ---- //
|
||||
index += AppendHeaderBody(&res[index],
|
||||
remainingPacketSize,
|
||||
(uint8_t*) buf.forget(),
|
||||
reinterpret_cast<uint8_t*>(buf.get()),
|
||||
numRead);
|
||||
|
||||
opcode = ObexResponseCode::Continue;
|
||||
|
|
Загрузка…
Ссылка в новой задаче