Commit c456a749 authored by Sergey Radionov's avatar Sergey Radionov Committed by Rémi Denis-Courmont

NPAPI: Win32, fixed crash on plugin unload.

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 09e9ef32
......@@ -522,6 +522,10 @@ NPError VlcPlugin::init(int argc, char* const argn[], char* const argv[])
VlcPlugin::~VlcPlugin()
{
#ifdef XP_WIN
_WindowsManager.DestroyWindows();
#endif
free(psz_baseURL);
free(psz_target);
free(psz_text);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment