Don't leak memory here.

2005-06-23  Matthias Clasen  <mclasen@redhat.com>

	* tests/keyfile-test.c (test_group_remove): Don't leak
	memory here.

	* glib/gkeyfile.c (g_key_file_load_from_data_dirs): Don't
	leak output_path.  (#308546, Kjartan Maraas)
This commit is contained in:
Matthias Clasen
2005-06-23 16:28:55 +00:00
committed by Matthias Clasen
parent f3a61fe4a0
commit 58f83683e9
6 changed files with 27 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
2005-06-23 Matthias Clasen <mclasen@redhat.com>
* tests/keyfile-test.c (test_group_remove): Don't leak
memory here.
* glib/gkeyfile.c (g_key_file_load_from_data_dirs): Don't
leak output_path. (#308546, Kjartan Maraas)