More valgrind-found memory leaks. (More to come...)
This commit is contained in:
@@ -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__ */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user