andy128k / cl-gobject-introspection

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

struct.lisp: Add struct :free special method #28

Closed hying-caritas closed 10 years ago

hying-caritas commented 10 years ago

To free struct allocated via :allocate special constructor.

v2: avoid double free.