In general, I called the constructor nameĀ *_create, so in theory to keep it consistent the destructor should be *_destroy, no?+{ + QSDHCI_PCI *spci = (QSDHCI_PCI *)obj; + qpci_device_enable(&spci->dev); +} + +static void sdhci_destroy(QOSGraphObject *obj)"sdhci_pci_destructor()"?
Thank you, Emanuele