fixed missing search results

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2767 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2010-01-29 12:26:09 +00:00
parent 313f08bf3c
commit a4b0905e06
+3
View File
@@ -226,6 +226,9 @@ static INT_PTR CALLBACK PhpFindObjectsDlgProc(
break;
case WM_PH_SEARCH_FINISHED:
{
// Add any un-added items.
SendMessage(hwndDlg, WM_PH_SEARCH_UPDATE, 0, 0);
PhDereferenceObject(SearchString);
PhDeleteMutex(&SearchResultsLock);