* call mach_port_deallocate on exception_port, thread and task at the
end of x86 version of catch_exception_raise
siginfo.si_addr = addr;
call_handler_on_thread(thread, &thread_state, signal, &siginfo, handler);
}
+
+ mach_port_deallocate (current_mach_task, exception_port);
+ mach_port_deallocate (current_mach_task, thread);
+ mach_port_deallocate (current_mach_task, task);
+
return ret;
}
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.46.27"
+"1.0.46.28"