I have a strange memory leaks when creating Sprite Kit physics bodies with custom shapes. This is how my implementation looks:
CGFloat offsetX = self.frame.s
I've also experienced similar memory leak, but it was fixed after I removed one line from my viewDidLoad function skView.showsPhysics = YES;
skView.showsPhysics = YES;