We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5b3e2 commit 803e0ccCopy full SHA for 803e0cc
vapi/pci.vapi
@@ -59,7 +59,7 @@ namespace Pci {
59
uint addr; /* Position in the config space */
60
}
61
62
- [CCode (cname = "struct pci_access", destroy_function = "", has_type_id = false)]
+ [CCode (cname = "struct pci_access", destroy_function = "pci_cleanup", has_type_id = false)]
63
[Compact]
64
public class Access {
65
/* Options you can change: */
0 commit comments