[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.8'

Florian Forster octo at verplant.org
Thu Dec 7 17:15:32 CET 2017


 src/df.c |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 29e3c6c5c3936b75f16811071e77904900edd86e
Author: Toshiaki Takahashi <takahashi.tsc at ncos.nec.co.jp>
Date:   Wed Dec 6 12:19:41 2017 +0000

    df: fix memory leak in error case
    
    Because the memory of the STATANYFS list is not released
    when the read callback function error occurs,
    a memory leak may occur.
    With this change, the memory is always released
    by not returning in the loop.
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list