From e12e1242c028482a1add89e0b1b914de11b0bbf7 Mon Sep 17 00:00:00 2001 From: zimmerma Date: Thu, 2 Apr 2009 08:47:18 +0000 Subject: [norm.c] fixed memory leak (found by valgrind) [inp_str.c] fixed bug report found with -D_FORTIFY_SOURCE=2 (http://lists.gforge.inria.fr/pipermail/mpc-discuss/2009-April/000182.html) [random.c] fixed memory leak (found by valgrind) [Makefile.am] indentation [README.dev] added use of valgrind before doing a release git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@530 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- README.dev | 1 + 1 file changed, 1 insertion(+) (limited to 'README.dev') diff --git a/README.dev b/README.dev index 196f5fd..ff5bab8 100644 --- a/README.dev +++ b/README.dev @@ -14,6 +14,7 @@ Required versions: Creating a new release ---------------------- + 0) Run all tests with valgrind and check no memory leak remains. 1) Check the version number in configure.ac ("AC_INIT (mpc, _version_...)"), INSTALL, src/get_version.c, src/mpc.h (remove suffix "-dev" in MPC_VERSION_STRING) and Makefile.vc. -- cgit v1.2.1