mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-06 17:29:22 +00:00
server/red_worker: fix for case where ASSERT is compiled out
This commit is contained in:
parent
9ee43c37ce
commit
f13ca12774
@ -8379,9 +8379,8 @@ static void red_display_marshall_stream_clip(RedChannelClient *rcc,
|
||||
{
|
||||
DisplayChannelClient *dcc = RCC_TO_DCC(rcc);
|
||||
StreamAgent *agent = item->stream_agent;
|
||||
Stream *stream = agent->stream;
|
||||
|
||||
ASSERT(stream);
|
||||
ASSERT(agent->stream);
|
||||
|
||||
red_channel_client_init_send_data(rcc, SPICE_MSG_DISPLAY_STREAM_CLIP, &item->base);
|
||||
SpiceMsgDisplayStreamClip stream_clip;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user