cryptui: Remove redundant close line.
This commit is contained in:
parent
3f76a25201
commit
e47fae98e3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue