mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 21:48:35 +01:00
BBufferProducer: Returning B_ERROR hang up things
This commit is contained in:
parent
7e74eb0f42
commit
8ecc32df11
@ -275,7 +275,7 @@ BBufferProducer::HandleMessage(int32 message, const void* data, size_t size)
|
||||
ERROR("BBufferProducer::HandleMessage PRODUCER_SET_BUFFER_GROUP"
|
||||
" group InitCheck() failed.\n");
|
||||
delete group;
|
||||
return B_ERROR;
|
||||
return B_OK;
|
||||
}
|
||||
status_t status = SetBufferGroup(command->source, group);
|
||||
if (command->destination == media_destination::null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user