free current_url.

2003-06-13  Larry Ewing  <lewing@ximian.com>

	* filter-source.c (filter_source_finalize): free current_url.

svn path=/trunk/; revision=21435
This commit is contained in:
Larry Ewing
2003-06-13 17:26:40 +00:00
committed by Larry Ewing
parent 5122cb334e
commit 601f9ed9e5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-13 Larry Ewing <lewing@ximian.com>
* filter-source.c (filter_source_finalize): free current_url.
2003-06-11 Mike Kestner <mkestner@ximian.com>
* rule-context.c (load): stat the user file before parsing.

View File

@ -140,7 +140,8 @@ filter_source_finalize (GObject *obj)
}
g_list_free (fs->priv->sources);
g_free (fs->priv->current_url);
g_free (fs->priv);
G_OBJECT_CLASS (parent_class)->finalize (obj);