mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
shmsrc: memory corruption when a client disconnects (fixes #679385)
This commit is contained in:
parent
9c7d7498bb
commit
7b6029ebe1
1 changed files with 1 additions and 1 deletions
|
@ -867,8 +867,8 @@ again:
|
|||
goto again;
|
||||
break;
|
||||
}
|
||||
prev_buf = buffer;
|
||||
}
|
||||
prev_buf = buffer;
|
||||
}
|
||||
|
||||
for (item = self->clients; item; item = item->next) {
|
||||
|
|
Loading…
Reference in a new issue