X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fperl.c;h=5aa96c355b2494ace34fc361c42197f0df3cb0a6;hb=4cee263e4f6a1cc0cf98f8f30f1687e99dcc74b5;hp=78e508ae4d1f1bb7c0b9ae5c9ca340b9685e79e6;hpb=4a66dbcdb3c68eec473626e969670717303ec5e4;p=collectd.git diff --git a/src/perl.c b/src/perl.c index 78e508ae..5aa96c35 100644 --- a/src/perl.c +++ b/src/perl.c @@ -510,7 +510,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; }