X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.c;h=66109470dfc7ab57007b5db46b0a43a23adc1fdb;hb=9ac63ed68417dba413c129c1c14c179f2437fd44;hp=12813f59a4aa88ade989bae047640df2a40dcc2b;hpb=22d6bccc33b6a7ddd0961be470d72800f171579c;p=rocksndiamonds.git diff --git a/src/files.c b/src/files.c index 12813f59..66109470 100644 --- a/src/files.c +++ b/src/files.c @@ -9526,6 +9526,8 @@ static void setSetupInfoFromTokenText(SetupFileHash *setup_file_hash, // check if this setup option should be hidden in the setup menu if (token_hide_value != NULL && get_boolean_from_string(token_hide_value)) setHideSetupEntry(token_info[token_nr].value); + + free(token_hide_text); } static void setSetupInfoFromTokenInfo(SetupFileHash *setup_file_hash,