diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-03 10:10:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-03 10:10:23 +0800 |
commit | 38ec332283a06e014f2b73161a8eaf03464549d3 (patch) | |
tree | b196814310f67669d1621b3d652493f555e05c54 /filter/ChangeLog | |
parent | 2b06fe7a4dcd3437219e41a330bd6dd00fe4457c (diff) | |
download | gsoc2013-evolution-38ec332283a06e014f2b73161a8eaf03464549d3.tar.gz gsoc2013-evolution-38ec332283a06e014f2b73161a8eaf03464549d3.tar.zst gsoc2013-evolution-38ec332283a06e014f2b73161a8eaf03464549d3.zip |
Get filters to work by not freeing the XML document nor the ruleset.
This probably makes us leak, but I don't understand how the code is
supposed to work so I cannot do the correct fix. At least filters
(seem to) work now.
svn path=/trunk/; revision=3867
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 492a730ee3..c8f664298a 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,9 @@ +2000-07-02 Ettore Perazzoli <ettore@helixcode.com> + + * filter-driver.c (filter_driver_new): Don't free the ruleset nor + the xmlDoc. This will make us leak [I think], but at least + filters work. + 2000-07-02 Dan Winship <danw@helixcode.com> * filter-driver.c (open_folder): freeze the folder to avoid |