Buffer and memory allocation related bug fixes and changes
authorCosmin Ioiart <cioiart+dev@gmail.com>
Wed, 7 Mar 2012 11:33:12 +0000 (12:33 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 23 Sep 2012 10:39:31 +0000 (12:39 +0200)
commitcb6fbadd9ff71988de4eaa0218007ef0916c7755
treef55ca43a85f8297be1525e697a44662728d8ccd8
parent77311aed583ac4566d76f1ce3a1dc9deae2e59dc
Buffer and memory allocation related bug fixes and changes

Replaced "free" with "sfree" for memory deallocation.
Added memset(...) to initialized newly allocated memory
Removed buffer "termination".
src/processes.c