Closed mykola-mokhnach closed 3 years ago
We don't use automatic garbage collection. How will the object be removed with neither dealloc
nor release
being called?
There is the autorelease pool. Having dealloc there makes the object to be deallocated twice
@aleksosim reported that this pull request fixes issue #48, so I merged it now. I am sorry that this took so long.
Thank you for the fix.
In general
dealloc
should never be called explicitly.