cryptui: Remove redundant close line.

This commit is contained in:
Juan Lang 2010-10-01 14:58:51 -07:00 committed by Alexandre Julliard
parent 3f76a25201
commit e47fae98e3
1 changed files with 0 additions and 1 deletions

View File

@ -1282,7 +1282,6 @@ static LRESULT CALLBACK cert_mgr_dlg_proc(HWND hwnd, UINT msg, WPARAM wp,
case IDCANCEL:
free_certs(GetDlgItem(hwnd, IDC_MGR_CERTS));
close_stores(GetDlgItem(hwnd, IDC_MGR_STORES));
close_stores(GetDlgItem(hwnd, IDC_MGR_STORES));
data = (struct CertMgrData *)GetWindowLongPtrW(hwnd, DWLP_USER);
ImageList_Destroy(data->imageList);
HeapFree(GetProcessHeap(), 0, data);