- fixed bug; initializing struct MiniData to NULL
this prevents approaching not created widgets (undefined pointer) when creating UI. i.e. setting active combo box item: gtk_combo_box_set_active(GTK_COMBO_BOX(md->kpfm_nwaves_combo), md->nwaves2);
Authored by: pecold 2025-08-01
Parent: [r176]
Child: [r178]