andy128k / cl-gobject-introspection

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

Add struct :free special method #27

Closed hying-caritas closed 10 years ago

hying-caritas commented 10 years ago

To free struct allocated via :allocate special constructor.

andy128k commented 10 years ago

Is there possibility to invalidate this field to prevent corruption caused by double invokation if free?

hying-caritas commented 10 years ago

OK. Will do that.