From c5dd03adfe9290487c8b041909166ed7c7ed16ff Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 12 Nov 2002 00:13:14 +0000 Subject: (very) small memleak CVS patchset: 3244 CVS date: 2002/11/12 00:13:14 --- src/xine-engine/load_plugins.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index 228aabd9f..856f2140f 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.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: load_plugins.c,v 1.111 2002/11/03 20:44:37 guenter Exp $ + * $Id: load_plugins.c,v 1.112 2002/11/12 00:13:14 guenter Exp $ * * * Load input/demux/audio_out/video_out/codec plugins @@ -322,6 +322,7 @@ static void collect_plugins(xine_t *this, char *path){ } /* if (stat(...)) */ free(str); } /* while */ + closedir (dir); } /* if (dir) */ } /* collect_plugins */ -- cgit v1.2.3