mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[common] ivshmem: fix memory leak
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user