andy128k / cl-gobject-introspection

BSD 2-Clause "Simplified" License
49 stars 15 forks source link

signal.lisp: Garbage collection for signal handler #49

Closed hying-caritas closed 10 years ago

hying-caritas commented 10 years ago

All parameters of signal handler should be transfer-none practically. So do garbage collection in signal marshal function accordingly.