mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
libfreerdp-core/mppc: fix memory corruption due to incorrect free order.
This commit is contained in:
@@ -642,8 +642,8 @@ void rdp_free(rdpRdp* rdp)
|
||||
mcs_free(rdp->mcs);
|
||||
vchan_free(rdp->vchan);
|
||||
redirection_free(rdp->redirection);
|
||||
xfree(rdp);
|
||||
mppc_free(rdp);
|
||||
xfree(rdp);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user