From 854313a20bf85c941a718c6aa28b8d90ee4c911c Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 6 Nov 2004 17:24:04 +0000 Subject: [PATCH] Remove erroneous free()'s. This now give a valgrind error that looks to me bogus. --- test/testtoc.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/testtoc.c b/test/testtoc.c index 74a5b99b..ead0136d 100644 --- a/test/testtoc.c +++ b/test/testtoc.c @@ -1,5 +1,5 @@ /* - $Id: testtoc.c,v 1.5 2004/09/05 13:03:47 rocky Exp $ + $Id: testtoc.c,v 1.6 2004/11/06 17:24:04 rocky Exp $ Copyright (C) 2004 Rocky Bernstein @@ -92,7 +92,6 @@ main(int argc, const char *argv[]) printf("Correct: %s parses as a cdrdao TOC file.\n", toc_file[i]); } - free(psz_tocfile); } for (i=0; i