mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-06 10:27:13 +00:00
Fix more heap errors in debug mode - MSVC 2003
This commit is contained in:
parent
c323041bc5
commit
cc9ce0044b
@ -1308,10 +1308,10 @@ void menu_display_reset_textures_list(
|
||||
fill_pathname_join(texpath, iconpath, texture_path, sizeof(texpath));
|
||||
|
||||
if (string_is_empty(texpath) || !filestream_exists(texpath))
|
||||
goto error;
|
||||
return;
|
||||
|
||||
if (!image_texture_load(&ti, texpath))
|
||||
goto error;
|
||||
return;
|
||||
|
||||
video_driver_texture_load(&ti,
|
||||
filter_type, item);
|
||||
|
Loading…
x
Reference in New Issue
Block a user