fix ctrl scope mal-usage

This commit is contained in:
Ryan Fleury
2025-05-20 11:15:55 -07:00
parent 7fc39a3d97
commit d709724128
+1
View File
@@ -1183,6 +1183,7 @@ d_query_cached_rip_from_thread_unwind(CTRL_Entity *thread, U64 unwind_count)
{
result = regs_rip_from_arch_block(thread->arch, callstack.concrete_frames[unwind_count%callstack.concrete_frames_count]->regs);
}
ctrl_scope_close(ctrl_scope);
}
return result;
}