diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-02 06:28:55 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-02 06:28:55 +0800 |
commit | 6993fc1c571c50c9d042cc26f0fd0e049492e37c (patch) | |
tree | fe93f915bd8cd71a6da5b4639e61f50c55c67c05 /widgets/e-table/ChangeLog | |
parent | 9634666fca1347da1378ebbe574cb879f3fc474e (diff) | |
download | gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.gz gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.bz2 gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.lz gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.xz gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.tar.zst gsoc2013-evolution-6993fc1c571c50c9d042cc26f0fd0e049492e37c.zip |
Fixed a leak and a double unref.
2000-09-01 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c, e-table.c: Fixed a leak and a double unref.
svn path=/trunk/; revision=5174
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index a701b726ef..fd66cfa74e 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,7 @@ +2000-09-01 Christopher James Lahey <clahey@helixcode.com> + + * e-table-item.c, e-table.c: Fixed a leak and a double unref. + 2000-09-01 Chris Toshok <toshok@helixcode.com> * e-tree-example-2.c: new test, a home grown 2 hour hack of a file |