This test will create and destroy SCEditor 100 times. To make sure there are no memory leaks you will need to manually check the memory usage.
To do this you will need to create heap snapshots:
To perform this test:
If the memory usage is less than or equal to the memory usage of the first snapshot then there's no leaks. If the memory usage has increased compared to the first snapshot then you will need to search though the snapshot to make sure there are no references to SCEditor left.