plug memory leak (always free val).

2003-02-17  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook-component.c
	(ensure_completion_uris_exist): plug memory leak (always free
	val).

svn path=/trunk/; revision=19921
This commit is contained in:
Chris Toshok
2003-02-17 09:00:06 +00:00
committed by Chris Toshok
parent d239d2b112
commit 3d2724cc41

View File

@ -618,9 +618,9 @@ ensure_completion_uris_exist()
g_free (dirname);
g_free (uri);
e_config_listener_set_string (db, "/apps/evolution/addressbook/completion/uris", val);
g_free (val);
}
g_free (val);
}