mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +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;
|
goto again;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
prev_buf = buffer;
|
|
||||||
}
|
}
|
||||||
|
prev_buf = buffer;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (item = self->clients; item; item = item->next) {
|
for (item = self->clients; item; item = item->next) {
|
||||||
|
|
Loading…
Reference in a new issue