* Juan Quintela ([email protected]) wrote: > From: Orit Wasserman <[email protected]>
> 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 / [email protected] / Manchester, UK
