diff options
| author | Jean Boussier <jean.boussier@gmail.com> | 2026-01-31 08:53:48 +0100 |
|---|---|---|
| committer | Jean Boussier <jean.boussier@gmail.com> | 2026-01-31 10:35:48 +0100 |
| commit | bd6fa7f5cca426901bc9162724966339440bc6cb (patch) | |
| tree | 57363875f68945549cb9bc47b7e63950b1d5c6b0 /vm_trace.c | |
| parent | db52e98520349e2bfcd471a0c2f96d696a4f7498 (diff) | |
ruby_xfree: reject memory allocated by ruby_mimalloc
Diffstat (limited to 'vm_trace.c')
| -rw-r--r-- | vm_trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_trace.c b/vm_trace.c index 0090541275..11cf7f55b5 100644 --- a/vm_trace.c +++ b/vm_trace.c @@ -1901,7 +1901,7 @@ void rb_vm_postponed_job_free(void) { rb_vm_t *vm = GET_VM(); - ruby_xfree(vm->postponed_job_queue); + ruby_mimfree(vm->postponed_job_queue); vm->postponed_job_queue = NULL; } |
