Fixed double free.

This commit is contained in:
NathanSweet 2013-12-05 18:50:39 +01:00
parent 104b79379f
commit 992ebc3706

View File

@ -56,5 +56,4 @@ void _spAttachment_deinit (spAttachment* self) {
void spAttachment_dispose (spAttachment* self) {
VTABLE(spAttachment, self) ->dispose(self);
FREE(self);
}