Index: layer_ui.c =================================================================== --- layer_ui.c (revision 15141) +++ layer_ui.c (revision 15142) @@ -66,7 +66,7 @@ static void pcb_uilayer_free_(pcb_layer_t *l) { -#warning TODO: free all objects + pcb_layer_free(l); l->meta.real.cookie = NULL; l->meta.real.color = l->name = NULL; l->meta.real.vis = 0;