bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

Fix memory leak in MGTwitterLibXMLParser. #113

Open vargusz opened 11 years ago

vargusz commented 11 years ago

In case xmlReaderForMemory() fails, nil is returned from the initWithXML method, so the alloc should be reverted.