diff --git a/example/sample3.c b/example/sample3.c index b4d33b23..f4bb540e 100644 --- a/example/sample3.c +++ b/example/sample3.c @@ -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 @@ -196,5 +196,6 @@ main(int argc, const char *argv[]) break; } } + cdio_destroy(cdio); return 0; } diff --git a/example/sample4.c b/example/sample4.c index 9ac929ad..dab140fb 100644 --- a/example/sample4.c +++ b/example/sample4.c @@ -1,7 +1,7 @@ /* - $Id: sample4.c,v 1.4 2003/11/05 04:12:58 rocky Exp $ + $Id: sample4.c,v 1.5 2004/03/20 13:18:31 rocky Exp $ - Copyright (C) 2003 Rocky Bernstein + Copyright (C) 2003, 2004 Rocky Bernstein This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -217,5 +217,6 @@ main(int argc, const char *argv[]) break; } } + cdio_destroy(cdio); return 0; }