cseverino / openmeta

Automatically exported from code.google.com/p/openmeta
1 stars 0 forks source link

Using Clang Static Analyzer (stringToSendNS leaked in r28) #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I ran my app (which is using SVN rev.28 of OpenMeta) through the LLVM Clang 
Static Analyzer and 
it reports that stringToSendNS (allocated on line 126) is leaked with a retain 
count of +1 after line 
137 in OpenMetaAuthenticate.m.

I suggest adopting this tool in the development of the OpenMeta library -- it's 
really quite useful.

http://clang-analyzer.llvm.org/

Original issue reported on code.google.com by ali.rantakari@gmail.com on 7 Jul 2009 at 10:04