* Juan Quintela (quint...@redhat.com) wrote:
> From: Orit Wasserman <owass...@redhat.com>

>      if (!it->it_data) {
>          cache->num_items++;
> +        it->it_data = g_try_malloc(cache->page_size);
> +        if (!it->it_data) {
> +            DPRINTF("Error allocating page\n");
> +            return -1;
> +        }

Hmm that wasn't the latest version of that patch (or the previous
one in the series).

Dave
--
Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

Reply via email to