mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[common] ivshmem: fix memory leak
This commit is contained in:
parent
905c1d7f58
commit
f3ebde7d9f
@ -116,6 +116,7 @@ bool ivshmemInit(struct IVSHMEM * dev)
|
||||
|
||||
if (GetLastError() != ERROR_NO_MORE_ITEMS)
|
||||
{
|
||||
vector_destroy(&devices);
|
||||
DEBUG_WINERROR("SetupDiEnumDeviceInfo failed", GetLastError());
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user