mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-18 08:18:07 +00:00
that's an interesting double free
This commit is contained in:
parent
106721d943
commit
bfeb9ff5c2
@ -1,20 +1,20 @@
|
||||
image_core.so: image_core.c
|
||||
gcc \
|
||||
-g \
|
||||
-DHAVE_STB_IMAGE \
|
||||
image_core.c \
|
||||
../../libretro-common/file/file_path.c \
|
||||
../../libretro-common/lists/dir_list.c \
|
||||
../../libretro-common/compat/compat_strl.c \
|
||||
-I../../libretro-common/include/ \
|
||||
-I../../deps/stb/ \
|
||||
../../libretro-common/compat/compat_strcasestr.c \
|
||||
../../libretro-common/lists/string_list.c \
|
||||
../../libretro-common/compat/compat_strl.c \
|
||||
../../libretro-common/file/file_path.c \
|
||||
../../libretro-common/file/retro_dirent.c \
|
||||
../../libretro-common/lists/dir_list.c \
|
||||
../../libretro-common/lists/string_list.c \
|
||||
../../libretro-common/streams/file_stream.c \
|
||||
../../libretro-common/vfs/vfs_implementation.c \
|
||||
-o image_core.so \
|
||||
-DHAVE_STB_IMAGE \
|
||||
-I ../../libretro-common/include/ \
|
||||
-I../../deps/stb \
|
||||
-Wl,--no-undefined \
|
||||
-shared \
|
||||
-fPIC \
|
||||
-lm
|
||||
-Wl,--no-undefined \
|
||||
-lm \
|
||||
-o image_core.so
|
||||
|
@ -587,7 +587,6 @@ bool video_shader_resolve_parameters(config_file_t *conf,
|
||||
|
||||
free(line);
|
||||
intfstream_close(file);
|
||||
free(file);
|
||||
}
|
||||
|
||||
if (conf && !video_shader_resolve_current_parameters(conf, shader))
|
||||
|
Loading…
Reference in New Issue
Block a user