More valgrind-found memory leaks. (More to come...)

This commit is contained in:
rocky
2004-02-07 18:53:02 +00:00
parent c090e7ee81
commit 6952d172e7
9 changed files with 44 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: _cdio_stdio.h,v 1.2 2004/01/10 03:03:08 rocky Exp $
$Id: _cdio_stdio.h,v 1.3 2004/02/07 18:53:02 rocky Exp $
Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org>
Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
@@ -34,6 +34,12 @@
*/
CdioDataSource* cdio_stdio_new(const char pathname[]);
/*!
Deallocate resources assocaited with obj. After this obj is unusable.
*/
void cdio_stdio_destroy(CdioDataSource *obj);
#endif /* __CDIO_STREAM_STDIO_H__ */