File: NgnStorageService.mm
Method: +(BOOL) databaseCheckAndCopy:(NgnBaseService<INgnStorageService>*)
service
A NSFileManager * is obtained using [NSFileManager defaultManager]. Later on,
it will be released - which is wrong. There are some earlier returns where
release is not called and that is ok.
Please remove the 2 release calls
Original issue reported on code.google.com by bmata...@gmail.com on 19 Jun 2013 at 7:47
Original issue reported on code.google.com by
bmata...@gmail.com
on 19 Jun 2013 at 7:47