Search found 1 match
- Sun Apr 12, 2020 6:18 pm
- Forum: General
- Topic: destroy() vs release()
- Replies: 2
- Views: 3275
Re: destroy() vs release()
(if you couldn't find an answer yet) I cannot answer directly but this is what you could try to find out : Create an object with a fixture "fixture". Destroy() is supposed to delete the object and its fixtures, so using destroy(), "fixture" will be deleted. Release the object and...