diff --git a/reactos/dll/cpl/telephon/telephon.c b/reactos/dll/cpl/telephon/telephon.c index a2907ea1c19..74d573c7a61 100644 --- a/reactos/dll/cpl/telephon/telephon.c +++ b/reactos/dll/cpl/telephon/telephon.c @@ -48,6 +48,7 @@ CPlApplet(HWND hwndCPl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) if (!lpInternalConfig) return FALSE; lpInternalConfig(hwndCPl, 0, 0, 0); + FreeLibrary(hTapi32); return TRUE; } }