From 15b88c72e2127db8a66b5f2771a3217a98f26b8c Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sun, 15 Sep 2002 11:35:08 +0000 Subject: Memory leak fixes, using a slightly modified version of the patch from ewald@rambo.its.tudelft.nl CVS patchset: 2666 CVS date: 2002/09/15 11:35:08 --- src/xine-engine/xine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/xine.c') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index bc873030a..f00ce7a18 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.c,v 1.157 2002/09/13 18:25:23 guenter Exp $ + * $Id: xine.c,v 1.158 2002/09/15 11:35:09 jcdutton Exp $ * * top-level xine functions * @@ -620,8 +620,8 @@ void xine_exit (xine_p this_ro) { this->metronom->exit (this->metronom); dispose_plugins (this); - xine_profiler_print_results (); + this->config->dispose(this->config); pthread_mutex_destroy (&this->logo_lock); pthread_mutex_destroy (&this->xine_lock); -- cgit v1.2.3