summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEwald Snel <esnel@users.sourceforge.net>2002-03-16 13:33:47 +0000
committerEwald Snel <esnel@users.sourceforge.net>2002-03-16 13:33:47 +0000
commit6a02dd50918a2b6142354ced60c254c7d234ef3c (patch)
treeca26ccbb83ea4f3c328bfe9749f3515eeb8b3797 /include
parentea336a08c98c8bf14942ff688c45d459208b34de (diff)
downloadxine-lib-6a02dd50918a2b6142354ced60c254c7d234ef3c.tar.gz
xine-lib-6a02dd50918a2b6142354ced60c254c7d234ef3c.tar.bz2
fix memory leak, add dispose() function to config_values_s
CVS patchset: 1573 CVS date: 2002/03/16 13:33:47
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.tmpl.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 05d188fd8..b764553ad 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.86 2002/03/14 13:57:15 miguelfreitas Exp $
+ * $Id: xine.h.tmpl.in,v 1.87 2002/03/16 13:33:47 esnel Exp $
*
*/
@@ -669,6 +669,11 @@ struct config_values_s {
*/
void (*read) (config_values_t *self, char *filename);
+ /*
+ * free memory resources
+ */
+ void (*dispose) (config_values_t *self);
+
/*
* config values are stored here:
*/