Bug 1221898 - Fix PBAP memory leakage, r=brsun

This commit is contained in:
Ben Tian 2015-11-06 16:23:30 +08:00
Родитель 18286d98bd
Коммит cc694d7066
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;