Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 32870) +++ plug_footprint.c (revision 32871) @@ -176,7 +176,7 @@ res = malloc(sizeof(void *) * (len+1)); for(src = tags, dst = res; *src != NULL; src++, dst++) - *dst = rnd_strdup(*src); + *dst = *src; /* these are coming from the central hash, it is safe to keep them */ *dst = NULL; return res;