Update of /cvsroot/foo/foo/libfoo/FOO
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18699/libfoo/FOO
Modified Files:
FOOOutputManager.h
Log Message:
fixed possible memleak
Index: FOOOutputManager.h
===================================================================
RCS file: /cvsroot/foo/foo/libfoo/FOO/FOOOutputManager.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FOOOutputManager.h 28 Feb 2005 16:37:20 -0000 1.4
--- FOOOutputManager.h 22 Mar 2009 18:51:31 -0000 1.5
***************
*** 88,91 ****
--- 88,92 ----
- (FOOOutputManager *) reset;
- (double) getMaximum: (int)chan;
+ - (FOOObjectManager *) removeAllObjects;
@end
|