From 5a765734f97c60e5561a5e770164cc621b480a43 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 1 Mar 2006 15:16:16 +0000 Subject: [PATCH] Remove duplicate free --- example/iso1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example/iso1.c b/example/iso1.c index 30a6c0e5..4d651f5a 100644 --- a/example/iso1.c +++ b/example/iso1.c @@ -1,5 +1,5 @@ /* - $Id: iso1.c,v 1.7 2006/03/01 14:11:16 rocky Exp $ + $Id: iso1.c,v 1.8 2006/03/01 15:16:16 rocky Exp $ Copyright (C) 2004, 2005, 2006 Rocky Bernstein @@ -86,7 +86,6 @@ main(int argc, const char *argv[]) (iso9660_stat_t *) _cdio_list_node_data (p_entnode); iso9660_name_translate(p_statbuf->filename, filename); printf ("/%s\n", filename); - free(p_statbuf); } _cdio_list_free (p_entlist, true);