OSDN Git Service

Bug fix: WinMerge often failed to load plugin in comparing folders
authorsdottaka <none@none>
Sun, 27 Feb 2011 19:18:30 +0000 (04:18 +0900)
committersdottaka <none@none>
Sun, 27 Feb 2011 19:18:30 +0000 (04:18 +0900)
Src/DiffThread.cpp

index fcc0d8b..e728898 100644 (file)
@@ -200,10 +200,6 @@ UINT DiffThreadCollect(LPVOID lpParam)
        // Stash abortable interface into context
        myStruct->context->SetAbortable(myStruct->m_pAbortgate);
 
-       // keep the scripts alive during the Rescan
-       // when we exit the thread, we delete this and release the scripts
-       CAssureScriptsForThread scriptsForRescan;
-
        bool casesensitive = false;
        int depth = myStruct->context->m_bRecursive ? -1 : 0;