From: Florian G. <re...@us...> - 2007-04-09 22:39:10
|
Update of /cvsroot/perfparse/_perfparse/libpp_common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22056/libpp_common Modified Files: config_file.c Log Message: fixed some mem leaks Index: config_file.c =================================================================== RCS file: /cvsroot/perfparse/_perfparse/libpp_common/config_file.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config_file.c 17 Aug 2006 13:57:17 -0000 1.3 --- config_file.c 9 Apr 2007 22:39:09 -0000 1.4 *************** *** 3,8 **** * config_file.c - API to the config file used by PerfParse suit. * ! * Copyright (c) 2004 Yves Mettier <yme...@li...> ! * Last Modified: 2004-06-11 * Copyright change with Ben Clewett agreement (2004-07-28) * --- 3,11 ---- * config_file.c - API to the config file used by PerfParse suit. * ! * Copyright (c) 2004-2007 Yves Mettier <yme...@li...> ! * and Florian Gleixner ! * ! * $Id$ ! * * Copyright change with Ben Clewett agreement (2004-07-28) * |