From 039e2541207232e0a382a52a65122a15eed9257d Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 24 Dec 2018 19:15:02 +0800 Subject: +physics module --- src/jin/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jin') diff --git a/src/jin/main.cpp b/src/jin/main.cpp index 9d7fcbe..13dcc20 100644 --- a/src/jin/main.cpp +++ b/src/jin/main.cpp @@ -64,8 +64,8 @@ bool BrowseFolder(string& cwd) if (FAILED(hr)) return false; cwd = wstrtostr(filePath); CoTaskMemFree(filePath); - pItem->Release(); pfd->Release(); + pItem->Release(); CoUninitialize(); return true; #endif -- cgit v1.1-26-g67d0