(settings_data) Might as well mark the last one.

This commit is contained in:
Alcaro 2014-10-10 00:48:01 +02:00
parent 4c856a2d7f
commit adcc92955b
1 changed files with 1 additions and 1 deletions

View File

@ -3871,7 +3871,7 @@ bool setting_data_append_list_input_options(
g_settings.input.binds[player][i],
player + 1,
bind->base,
strdup(label),
strdup(label), /* TODO: Find a way to fix this memleak. */
&defaults[i],
group_info.name,
subgroup_info.name);