diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2006-02-23 09:09:55 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-02-23 09:09:55 +0000 |
commit | a629b3f02dcdf29f52973f879f953e2ce409ab7a (patch) | |
tree | 5aa5f160cafd28e449d1b9231253e8f81b87e0ad /ChangeLog.pre-2-10 | |
parent | 27a4a3ab6f3de54eaa6212c7746f5f549cd10c64 (diff) |
Plug leaks reported by valgrind. Same. Same Same. Same. Same.
2006-02-23 Kjartan Maraas <kmaraas@gnome.org>
* tests/completion-test.c: (main): Plug leaks reported by
valgrind.
* tests/convert-test.c: (test_iconv_state), (test_one_half):
Same.
* tests/patterntest.c: (test_compilation): Same
* tests/shell-test.c: (do_argv_test): Same.
* tests/unicode-caseconv.c: (main): Same.
* tests/uri-test.c: (run_to_uri_tests): Same.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 4dd099da6..5a3dc7d47 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,15 @@ +2006-02-23 Kjartan Maraas <kmaraas@gnome.org> + + * tests/completion-test.c: (main): Plug leaks reported by + valgrind. + * tests/convert-test.c: (test_iconv_state), (test_one_half): + Same. + * tests/patterntest.c: (test_compilation): Same + * tests/shell-test.c: (do_argv_test): Same. + * tests/unicode-caseconv.c: (main): Same. + * tests/uri-test.c: (run_to_uri_tests): Same. + Closes bug #332093. + 2006-02-19 Martyn Russell <martyn@imendio.com> * tests/asyncqueue-test.c: |