mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 17:15:21 +00:00
Re-enable cache freeing
I don't know why this was disabled but it seems like a bad idea
This commit is contained in:
parent
04e0c6e5b2
commit
d9772344e6
@ -8382,7 +8382,7 @@ static inline void display_begin_send_massage(DisplayChannel *channel, void *ite
|
||||
{
|
||||
FreeList *free_list = &channel->send_data.free_list;
|
||||
|
||||
if (0 && free_list->res->count) {
|
||||
if (free_list->res->count) {
|
||||
int sub_list_len = 1;
|
||||
SpiceMarshaller *wait_m = NULL;
|
||||
SpiceMarshaller *inval_m;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user