Fix a bug in TreeMap implementation
authorJulien Peeters <contact@julienpeeters.fr>
Fri, 11 Sep 2009 19:01:27 +0000 (21:01 +0200)
committerDidier 'Ptitjes <ptitjes@free.fr>
Fri, 11 Sep 2009 20:05:25 +0000 (22:05 +0200)
commit5236badaa8b972bd9f74ab8e1a561d04b8bbcd88
tree8b4cfb94c4f2cec3350814f784719df2d7c53a26
parent602eb9a4b51c9c5361f81f677d3969a5337369db
Fix a bug in TreeMap implementation

Fixes part of bug 594868.

The access to child nodes two level deeper does not check that the
child at the intermediate level is not null.
gee/treemap.vala