mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Fixed minidump
This commit is contained in:
parent
a32d18d962
commit
41185e871c
3 changed files with 7 additions and 6 deletions
|
@ -1417,6 +1417,7 @@ bool WinDebugger::DoUpdate()
|
|||
Array<DbgPendingDebugInfoLoad> pendingList;
|
||||
for (auto kv : mPendingDebugInfoLoad)
|
||||
pendingList.Add(kv.mValue);
|
||||
mPendingDebugInfoLoad.Clear();
|
||||
|
||||
for (auto& entry : pendingList)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue