mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 02:01:29 +03:00
another leak
This commit is contained in:
@@ -549,6 +549,7 @@ extern "C"
|
|||||||
continue;
|
continue;
|
||||||
if (!stricmp(info.pWinStationName, "console"))
|
if (!stricmp(info.pWinStationName, "console"))
|
||||||
{
|
{
|
||||||
|
WTSFreeMemory(pInfos);
|
||||||
return info.SessionId;
|
return info.SessionId;
|
||||||
}
|
}
|
||||||
if (!strnicmp(info.pWinStationName, rdp, nrdp))
|
if (!strnicmp(info.pWinStationName, rdp, nrdp))
|
||||||
|
|||||||
Reference in New Issue
Block a user