aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
blob: 9a660e60f63ef5063c5d74f2cf3cc0248d0289e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2003-06-11  Mike Kestner  <mkestner@ximian.com>

    * rule-context.c (load): stat the user file before parsing.

2003-06-06  Jeffrey Stedfast  <fejj@ximian.com>

    Fixes some leaks from bug #43883.

    * filter-file.c (xml_decode): Free file->path and set it to
    NULL before entering the loop to decode it. This way if the value
    is already set we don't leak it. Set file->path = g_strdup (str ?
    str : ""); and then xmlFree the str.

2003-05-21  Jeffrey Stedfast  <fejj@ximian.com>

    * filter-source.c (filter_source_get_sources): Same as below.

    * filter-label.c (xml_create): Unref the gconf client when we're
    finished with it.