mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
1/4 stack -> 1/16 stack
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2249 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -1091,7 +1091,7 @@ namespace ProcessHacker
|
||||
Application.Run(ed);
|
||||
|
||||
Program.MemoryEditorsThreads.Remove(id);
|
||||
}));
|
||||
}), Utils.SixteenthStackSize);
|
||||
|
||||
t.SetApartmentState(ApartmentState.STA);
|
||||
t.Start();
|
||||
@@ -1141,7 +1141,7 @@ namespace ProcessHacker
|
||||
Application.Run(rw);
|
||||
|
||||
Program.ResultsThreads.Remove(id);
|
||||
}));
|
||||
}), Utils.SixteenthStackSize);
|
||||
|
||||
t.SetApartmentState(ApartmentState.STA);
|
||||
t.Start();
|
||||
@@ -1198,7 +1198,7 @@ namespace ProcessHacker
|
||||
Application.Run(pw);
|
||||
|
||||
Program.PEThreads.Remove(path);
|
||||
}));
|
||||
}), Utils.SixteenthStackSize);
|
||||
|
||||
t.SetApartmentState(ApartmentState.STA);
|
||||
t.Start();
|
||||
@@ -1254,7 +1254,7 @@ namespace ProcessHacker
|
||||
Application.Run(pw);
|
||||
|
||||
Program.PThreads.Remove(process.Pid);
|
||||
}));
|
||||
}), Utils.SixteenthStackSize);
|
||||
|
||||
t.SetApartmentState(ApartmentState.STA);
|
||||
t.Start();
|
||||
|
||||
Reference in New Issue
Block a user