Test fix for crash

pull/91/head
parent 40bd61a4a5
commit 3bd1116207

@ -2064,7 +2064,7 @@ int yon_config_custom_swap(yon_config_custom **target){
int yon_config_custom_apply(yon_config_custom **target){ int yon_config_custom_apply(yon_config_custom **target){
yon_config_clean(); yon_config_clean();
if (target){ if (*target){
__yon__config__strings = ((yon_config_parameter *)*target)->first; __yon__config__strings = ((yon_config_parameter *)*target)->first;
} }
*target=NULL; *target=NULL;

Loading…
Cancel
Save