mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 23:35:14 +00:00
qom: Fix comment typo
It's qom_unref, not qdef_unref. Backports commit ada03a0e8423ef8950e30d216f56a9661a4070e2 from qemu
This commit is contained in:
parent
eeef227560
commit
2ca07642f1
|
@ -764,7 +764,7 @@ GSList *object_class_get_list(struct uc_struct *uc, const char *implements_type,
|
|||
void object_ref(Object *obj);
|
||||
|
||||
/**
|
||||
* qdef_unref:
|
||||
* object_unref:
|
||||
* @obj: the object
|
||||
*
|
||||
* Decrease the reference count of a object. A object cannot be freed as long
|
||||
|
|
Loading…
Reference in a new issue