Remove more valgrind-caught erroneous free()'s.

This commit is contained in:
rocky
2005-06-08 08:20:36 +00:00
parent fdea8ee466
commit 317de33b70
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: testdefault.c,v 1.6 2005/01/23 05:51:44 rocky Exp $
$Id: testdefault.c,v 1.7 2005/06/08 08:20:36 rocky Exp $
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -94,7 +94,6 @@ main(int argc, const char *argv[])
if (!is_in(nrg_images, nrg_files[0])) {
cdio_free_device_list(nrg_images);
free(nrg_images);
return 10;
}