Fix memory leak caught by valgrind.

This commit is contained in:
rocky
2004-03-20 13:16:19 +00:00
parent 209a38a282
commit 1fc6fae5ff
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: sample3.c,v 1.6 2003/11/05 04:12:57 rocky Exp $
$Id: sample3.c,v 1.7 2004/03/20 13:16:19 rocky Exp $
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -196,5 +196,6 @@ main(int argc, const char *argv[])
break;
}
}
cdio_destroy(cdio);
return 0;
}