| Submitter | Peter Crosthwaite |
|---|---|
| Date | Feb. 19, 2013, 4:02 a.m. |
| Message ID | <1f58d2b629d82865dbb2fd5ba8445854049c4382.1361246206.git.peter.crosthwaite@xilinx.com> |
| Download | mbox | patch |
| Permalink | /patch/221610/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/qom/object.c b/qom/object.c index 563e45b..4b72a64 100644 --- a/qom/object.c +++ b/qom/object.c @@ -245,6 +245,7 @@ static void type_initialize(TypeImpl *ti) g_assert(parent->class_size <= ti->class_size); memcpy(ti->class, parent->class, parent->class_size); + ti->class->interfaces = NULL; for (e = parent->class->interfaces; e; e = e->next) { ObjectClass *iface = e->data;