"Dr. David Alan Gilbert" <dgilb...@redhat.com> wrote:
> * 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).

Error on my part, already Nacked and sent a new version.

Later, Juan.

Reply via email to