You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OpenDeviceInterface function, client.c:512 when
SetupDiGetDeviceInterfaceDetail fails the current logic would free
deviceInterfaceDetailData, then jump to cleanup where there would be an attempt
to free it again.
The first free() in line 512 should be removed.
Original issue reported on code.google.com by [email protected] on 28 Apr 2014 at 2:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 28 Apr 2014 at 2:46The text was updated successfully, but these errors were encountered: