Index: plug_footprint.c =================================================================== --- plug_footprint.c (revision 3280) +++ plug_footprint.c (revision 3281) @@ -83,7 +83,7 @@ void fp_init() { library.type = LIB_DIR; - library.name = "/"; + library.name = pcb_strdup("/"); /* All names are eventually free()'d */ } void fp_uninit()