mirror of https://github.com/OpenVPN/openvpn-gui
aaeb8d2700
When LogonUI unloads and reloads the PLAP dll, or when the provider is released and re-created, memory allocated for config list and groups leak. - Fix by freeing config list and groups in DeleteUI We do not call this before exiting WinMain in the GUI code, as its hard to do it safely -- have to ensure all status threads have terminated. Anyway, freeing is only cosmetic in this case. Signed-off-by: Selva Nair <selva.nair@gmail.com> |
||
---|---|---|
.. | ||
Makefile.am | ||
openvpn-plap-install.reg | ||
openvpn-plap-res.rc | ||
openvpn-plap-uninstall.reg | ||
openvpn-plap.manifest | ||
openvpn_plap.def | ||
plap_common.c | ||
plap_common.h | ||
plap_connection.c | ||
plap_connection.h | ||
plap_dll.c | ||
plap_dll.h | ||
plap_provider.c | ||
resource.h | ||
stub.c | ||
test-plap-res.rc | ||
test-plap.manifest | ||
test_plap.cpp | ||
ui_glue.c | ||
ui_glue.h |