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 4aa7562 commit 86ff26bCopy full SHA for 86ff26b
1 file changed
src/vkvg_device.c
@@ -386,13 +386,13 @@ VkvgDevice vkvg_device_create(vkvg_device_create_info_t *info) {
386
.pNext = pNext};
387
dev->vkhDev = vkh_device_create(app, pi, &device_info);
388
389
- vkh_app_free_phyinfos(phyCount, phys);
390
-
391
info->inst = vkh_app_get_inst(app);
392
info->phy = vkh_device_get_phy(dev->vkhDev);
393
info->vkdev = vkh_device_get_vkdev(dev->vkhDev);
394
info->qFamIdx = pi->gQueue;
395
info->qIndex = 0;
+
+ vkh_app_free_phyinfos(phyCount, phys);
396
}
397
398
_device_init(dev, info);
0 commit comments