diff --git a/configuration.c b/configuration.c index 5ab7b22edd..b3c707d38f 100644 --- a/configuration.c +++ b/configuration.c @@ -3411,12 +3411,14 @@ bool config_load_remap(void) new_conf = NULL; + free(content_path); free(remap_directory); free(core_path); free(game_path); return false; success: + free(content_path); free(remap_directory); free(core_path); free(game_path);