c_avl_pick needs to update the 'size' field of the tree when it deletes
authorCorey Kosak <kosak@google.com>
Wed, 25 Nov 2015 21:54:30 +0000 (16:54 -0500)
committerFlorian Forster <octo@collectd.org>
Thu, 26 Nov 2015 13:22:05 +0000 (14:22 +0100)
commit007d96fe10beb6c6d4f20c79851404be18a3418f
treed0943e952ee838ac42eb6a3daa9a780d1fa02c4e
parentb2c062a99993e705dabd439a2a9c664960660ae9
c_avl_pick needs to update the 'size' field of the tree when it deletes
a node.

Signed-off-by: Florian Forster <octo@collectd.org>
src/utils_avltree.c