commit | e998fa8df828ef68ea540a12917d10b4d335c1dd | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Mon Mar 18 21:01:37 2013 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Mar 26 21:00:45 2013 +0200 |
tree | 0e5c1f751a8a63bfab8a9a33a3b27a8c41ecca02 | |
parent | 0402a5d65ec004df5345d1f736e2ddaa7aee6665 [diff] |
qom: call class destructor before unparent It seems more logical to have destruction flow start with the subclass and move up to the base class. This ensures object has a valid canonical path when destructor is called. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>