Juan Lang : cryptui: Remove redundant close line.

Alexandre Julliard julliard at winehq.org
Mon Oct 4 11:03:57 CDT 2010


Module: wine
Branch: master
Commit: e47fae98e3ac2906f5a2ab0bc15a3d61307b0d38
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e47fae98e3ac2906f5a2ab0bc15a3d61307b0d38

Author: Juan Lang <juan.lang at gmail.com>
Date:   Fri Oct  1 14:58:51 2010 -0700

cryptui: Remove redundant close line.

---

 dlls/cryptui/main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c
index a95a7a4..540ef73 100644
--- a/dlls/cryptui/main.c
+++ b/dlls/cryptui/main.c
@@ -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);




More information about the wine-cvs mailing list