From 665ab2181d58fa5c82f598c1188408f8711b1f0d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 6 Mar 2013 18:58:49 +0000 Subject: mir_forkthead doesn't return a closeable thread handle, no need to call CreateThread to close it git-svn-id: http://svn.miranda-ng.org/main/trunk@3907 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Watrack/myshows/myshows.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/Watrack/myshows/myshows.pas') diff --git a/plugins/Watrack/myshows/myshows.pas b/plugins/Watrack/myshows/myshows.pas index ce07ee0d68..0e6ff07da2 100644 --- a/plugins/Watrack/myshows/myshows.pas +++ b/plugins/Watrack/myshows/myshows.pas @@ -92,7 +92,7 @@ begin if (msh_login <>nil) and (msh_login^ <>#0) and (msh_password<>nil) and (msh_password^<>#0) then - CloseHandle(mir_forkthread(@ThScrobble,nil)); + mir_forkthread(@ThScrobble,nil); end; function NewPlStatus(wParam:WPARAM;lParam:LPARAM):int;cdecl; @@ -145,7 +145,7 @@ begin mi.flags :=CMIM_FLAGS+flag; CallService(MS_CLIST_MODIFYMENUITEM,hMenuMyShows,tlParam(@mi)); end; - + WAT_EVENT_PLAYERSTATUS: begin case Integer(loword(lParam)) of WAT_PLS_NOMUSIC,WAT_PLS_NOTFOUND: begin @@ -233,7 +233,7 @@ begin sid.szDescription.a:='MyShows'; Skin_AddIcon(@sid); DestroyIcon(sid.hDefaultIcon); - + FillChar(mi, sizeof(mi), 0); mi.cbSize :=sizeof(mi); mi.szPopupName.a:=PluginShort; -- cgit v1.2.3