src/plugin.c: Allocate read-callback names on the heap.
authorFlorian Forster <octo@collectd.org>
Sun, 12 May 2013 09:53:52 +0000 (11:53 +0200)
committerFlorian Forster <octo@collectd.org>
Sun, 12 May 2013 09:53:52 +0000 (11:53 +0200)
commit7224f5d4b999b2f2809ffa00d68361984386fdb0
tree43a71f4e21120ea0b1cd0f4a5550f816b62c42c2
parent12b23b9f0e65c14145d41eb2c872e8703b2f3409
src/plugin.c: Allocate read-callback names on the heap.

This allows to use arbitrarily long callback names.
Prerequisite for fixing #286.
src/plugin.c