|
From: Martin R. <ru...@us...> - 2009-03-23 00:08:26
|
Update of /cvsroot/foo/foo/libfoo/src In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29085/src Modified Files: FOOModule.m Log Message: fixed another memory leak. lots of cosmetic corrections Index: FOOModule.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOModule.m,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** FOOModule.m 22 Mar 2009 18:59:22 -0000 1.11 --- FOOModule.m 23 Mar 2009 00:08:15 -0000 1.12 *************** *** 61,64 **** --- 61,71 ---- + - (void) dealloc + { + RELEASE(_inputs); + [super dealloc]; + } + + - (FOOModule *) reset { |