Index: trunk/src/plug_footprint.c =================================================================== --- trunk/src/plug_footprint.c (revision 13545) +++ trunk/src/plug_footprint.c (revision 13546) @@ -96,6 +96,8 @@ htsp_free(fp_tags); fp_tags = NULL; } + free(pcb_library.name); + pcb_library.name = NULL; } const char *pcb_fp_tagname(const void *tagid)