diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-11-21 00:41:45 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-11-21 00:41:45 +0800 |
commit | d15a54fc30933f62728b3b3e15fc3175ea0ef501 (patch) | |
tree | cb015cd39b2426a1072f67dbef93a57fde40b634 /e-util/ChangeLog | |
parent | e17affcfcc0c7d1dbf43cfc461223c5008cca206 (diff) | |
download | gsoc2013-evolution-d15a54fc30933f62728b3b3e15fc3175ea0ef501.tar.gz gsoc2013-evolution-d15a54fc30933f62728b3b3e15fc3175ea0ef501.tar.zst gsoc2013-evolution-d15a54fc30933f62728b3b3e15fc3175ea0ef501.zip |
Remove unreachable code and fix the leak of basename.
2006-11-20 Harish Krishnaswamy <kharish@novell.com>
* e-icon-factory.c: (load_icon), (e_icon_factory_get_icon):
Remove unreachable code and fix the leak of basename.
svn path=/trunk/; revision=33007
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 00faba7090..a0e1bf8f38 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2006-11-20 Harish Krishnaswamy <kharish@novell.com> + + * e-icon-factory.c: (load_icon), (e_icon_factory_get_icon): + Remove unreachable code and fix the leak of basename. + 2006-09-18 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #352450 |