mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
oops - do not zero unwind cache node after adding it, zero it before adding it
This commit is contained in:
@@ -6206,8 +6206,8 @@ df_query_cached_unwind_from_thread(DF_Entity *thread)
|
|||||||
{
|
{
|
||||||
node = push_array_no_zero(df_state->arena, DF_UnwindCacheNode, 1);
|
node = push_array_no_zero(df_state->arena, DF_UnwindCacheNode, 1);
|
||||||
}
|
}
|
||||||
DLLPushBack(slot->first, slot->last, node);
|
|
||||||
MemoryZeroStruct(node);
|
MemoryZeroStruct(node);
|
||||||
|
DLLPushBack(slot->first, slot->last, node);
|
||||||
node->arena = arena_alloc();
|
node->arena = arena_alloc();
|
||||||
node->thread = handle;
|
node->thread = handle;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user