[Mysql-cocoa-users] Memory leak in SMySql
Brought to you by:
sergecohen
From: Qingping T. <qp...@ya...> - 2005-01-08 02:23:27
|
Hi, Serge I have been using your SMySql framework for a while. This framework is great. But I just found there are two memory leaks in the framework(2.3.1). 1. In MCPNumber, the dealloc() function doesn't call [super dealloc]. So the object is not released. 2. In MCPConnection, the queryString() function doesn't release theResult when returning nil. Hope these would help improving the framework. Thank you for creating this project. Qingping Tao __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo |