From 6a02dd50918a2b6142354ced60c254c7d234ef3c Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Sat, 16 Mar 2002 13:33:47 +0000 Subject: fix memory leak, add dispose() function to config_values_s CVS patchset: 1573 CVS date: 2002/03/16 13:33:47 --- include/xine.h.tmpl.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include') 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: */ -- cgit v1.2.3