shmsrc: memory corruption when a client disconnects (fixes #679385)

This commit is contained in:
Aleix Conchillo Flaque 2012-07-04 11:38:51 +02:00 committed by Olivier Crête
parent 9c7d7498bb
commit 7b6029ebe1

View file

@ -867,8 +867,8 @@ again:
goto again;
break;
}
prev_buf = buffer;
}
prev_buf = buffer;
}
for (item = self->clients; item; item = item->next) {