Unsafe call fix

pull/36/head
parent 1566969e15
commit 9a3ac68e6c

@ -202,6 +202,7 @@
} }
config_str yon_window_config_get_section(char *section, gsize *size){ config_str yon_window_config_get_section(char *section, gsize *size){
(*size)=0;
config_str key = g_key_file_get_keys(__yon_window_config_file,section,size,NULL); config_str key = g_key_file_get_keys(__yon_window_config_file,section,size,NULL);
return key; return key;
} }

Loading…
Cancel
Save