Fixed memory leak in rdpei
This commit is contained in:
parent
8fb6336a40
commit
539e3e9fc5
@ -604,6 +604,7 @@ static UINT rdpei_plugin_terminated(IWTSPlugin* pPlugin)
|
|||||||
IFCALL(mgr->DestroyListener, mgr, rdpei->listener);
|
IFCALL(mgr->DestroyListener, mgr, rdpei->listener);
|
||||||
}
|
}
|
||||||
free(rdpei->listener_callback);
|
free(rdpei->listener_callback);
|
||||||
|
free(rdpei->contactPoints);
|
||||||
free(rdpei->context);
|
free(rdpei->context);
|
||||||
free(rdpei);
|
free(rdpei);
|
||||||
return CHANNEL_RC_OK;
|
return CHANNEL_RC_OK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user