[anjuta] build: bgo #599532 - plugin.c: missing call to fclose



commit 427113932111f7b306437b17368f33d9f0812a20
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Mon Oct 26 19:53:58 2009 +0100

    build: bgo #599532 -  plugin.c: missing call to fclose

 plugins/build-basic-autotools/plugin.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/build-basic-autotools/plugin.c b/plugins/build-basic-autotools/plugin.c
index 23ee9a4..9a3b747 100644
--- a/plugins/build-basic-autotools/plugin.c
+++ b/plugins/build-basic-autotools/plugin.c
@@ -567,6 +567,7 @@ build_regex_load ()
 		
 		patterns_list = g_list_prepend (patterns_list, pattern);
 	}
+	fclose (fp);
 	patterns_list = g_list_reverse (patterns_list);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]