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.

Paolo

Reply via email to