[PD-cvs] externals/grill/pool/source main.cpp,1.14,1.15

Thomas Grill xovo at users.sourceforge.net
Wed Apr 19 19:40:20 CEST 2006


Update of /cvsroot/pure-data/externals/grill/pool/source
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22304/source

Modified Files:
	main.cpp 
Log Message:
fixed double-free on clearing values and dirs
reintroduced missing help message


Index: main.cpp
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/pool/source/main.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** main.cpp	14 Dec 2005 01:53:01 -0000	1.14
--- main.cpp	19 Apr 2006 17:40:18 -0000	1.15
***************
*** 40,44 ****
  
      // print some help message
!     static V m_help() { post("pool " POOL_VERSION " - hierarchical storage object, (C)2002-2005 Thomas Grill"); }
  
  	// clear all data in pool
--- 40,44 ----
  
      // print some help message
!     static V m_help() { post("pool " POOL_VERSION " - hierarchical storage object, (C)2002-2006 Thomas Grill"); }
  
  	// clear all data in pool





More information about the Pd-cvs mailing list