Re-enable cache freeing

I don't know why this was disabled but it seems like a bad idea
This commit is contained in:
Alexander Larsson 2010-06-15 15:43:21 +02:00
parent 04e0c6e5b2
commit d9772344e6

View File

@ -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;