On Wed, May 28, 2014 at 2:24 AM, Paolo Bonzini <pbonz...@redhat.com> wrote:
> Il 27/05/2014 11:02, Peter Crosthwaite ha scritto:
>
>>
>> +void memory_region_destroy(MemoryRegion *mr)
>> +{
>> +    /*FIXME: whatever the opposite of object initialize is, do it here */
>> +    memory_region_finalize(OBJECT(mr));
>> +}
>> +
>
>
> That's object_unref.
>

Fixed. Thanks.

Regards,
Peter

> Paolo
>

Reply via email to