Index: src/plug_footprint.c =================================================================== --- src/plug_footprint.c (revision 1583) +++ src/plug_footprint.c (revision 1584) @@ -252,6 +252,8 @@ case LIB_FOOTPRINT: if (l->data.fp.loc_info != NULL) free(l->data.fp.loc_info); + if (l->data.fp.tags != NULL) + free(l->data.fp.tags); break; } if (l->name != NULL) {