X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fperl.c;h=a964cce4eb58b548e2842063ef38afb6664e5e44;hb=142fb2ea490118e62f34df41f907ef1e58fb0be4;hp=cc8faebc8b6002c3ea0cd887fce7c84f981f8148;hpb=0febfbd11d87acd8a0f10bbcf5d4a58bb68b8dc0;p=collectd.git diff --git a/src/perl.c b/src/perl.c index cc8faebc..a964cce4 100644 --- a/src/perl.c +++ b/src/perl.c @@ -516,7 +516,6 @@ static int av2notification_meta (pTHX_ AV *array, notification_meta_t **meta) if (NULL == (tmp = hv_fetch (hash, "value", 5, 0))) { log_warn ("av2notification_meta: Skipping invalid " "meta information."); - free ((*m)->name); free (*m); continue; }